diff options
author | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2018-01-18 19:25:59 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2018-01-18 19:25:59 +0100 |
commit | 06da6739426271dfc2057f678392b668e8856754 (patch) | |
tree | 868d08e9ca5c6fece47512c15b0d27073686fd97 /setup.py | |
parent | 8dfb8a9a7471e00b0f723de66d3b63bd089e9802 (diff) | |
download | mitmproxy-06da6739426271dfc2057f678392b668e8856754.tar.gz mitmproxy-06da6739426271dfc2057f678392b668e8856754.tar.bz2 mitmproxy-06da6739426271dfc2057f678392b668e8856754.zip |
[requires.io] dependency update on master branch (#2799)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ setup( "ruamel.yaml>=0.13.2, <0.16", "sortedcontainers>=1.5.4, <1.6", "tornado>=4.3, <4.6", - "urwid>=1.3.1, <1.4", + "urwid>=1.3.1, <2.1", "wsproto>=0.11.0,<0.12.0", ], extras_require={ |