aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2018-01-18 19:25:59 +0100
committerMaximilian Hils <git@maximilianhils.com>2018-01-18 19:25:59 +0100
commit06da6739426271dfc2057f678392b668e8856754 (patch)
tree868d08e9ca5c6fece47512c15b0d27073686fd97 /setup.py
parent8dfb8a9a7471e00b0f723de66d3b63bd089e9802 (diff)
downloadmitmproxy-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 06961ca2..c3c0ec09 100644
--- a/setup.py
+++ b/setup.py
@@ -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={