aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2018-01-01 14:06:20 +0100
committerGitHub <noreply@github.com>2018-01-01 14:06:20 +0100
commite117f4d54c1cfac2c1299c64cfd70ae55a8fd74a (patch)
tree03ecba1ec2f1c0c900a75b25cda1661ef2d92b51 /setup.py
parenteb53cc7ed26f451855755164f061ea9f49014f8d (diff)
parent4495562f86de5c3f41a0cf1616c08e74f45b20dd (diff)
downloadmitmproxy-e117f4d54c1cfac2c1299c64cfd70ae55a8fd74a.tar.gz
mitmproxy-e117f4d54c1cfac2c1299c64cfd70ae55a8fd74a.tar.bz2
mitmproxy-e117f4d54c1cfac2c1299c64cfd70ae55a8fd74a.zip
Merge pull request #2741 from Kriechi/unvendor-wsproto
unvendor wsproto
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 4ae1974b..c66d1382 100644
--- a/setup.py
+++ b/setup.py
@@ -81,6 +81,7 @@ setup(
"sortedcontainers>=1.5.4, <1.6",
"tornado>=4.3, <4.6",
"urwid>=1.3.1, <1.4",
+ "wsproto>=0.11.0,<0.12.0",
],
extras_require={
':sys_platform == "win32"': [