diff options
author | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2018-01-01 14:06:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-01 14:06:20 +0100 |
commit | e117f4d54c1cfac2c1299c64cfd70ae55a8fd74a (patch) | |
tree | 03ecba1ec2f1c0c900a75b25cda1661ef2d92b51 /setup.py | |
parent | eb53cc7ed26f451855755164f061ea9f49014f8d (diff) | |
parent | 4495562f86de5c3f41a0cf1616c08e74f45b20dd (diff) | |
download | mitmproxy-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"': [ |