aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2017-12-15 09:49:24 +1300
committerGitHub <noreply@github.com>2017-12-15 09:49:24 +1300
commitdfcf62ff2b5a6c53ad027ea721431450169ab3ea (patch)
tree7c7c26809906f29ba95fed0c4436c9e20e868673 /setup.py
parentd9848a8bc1b6a3ea7741c657133f09e969052e02 (diff)
parentf5fafbfcb56bbc3fb7cca7ed32dd7b3b41c39e83 (diff)
downloadmitmproxy-dfcf62ff2b5a6c53ad027ea721431450169ab3ea.tar.gz
mitmproxy-dfcf62ff2b5a6c53ad027ea721431450169ab3ea.tar.bz2
mitmproxy-dfcf62ff2b5a6c53ad027ea721431450169ab3ea.zip
Merge pull request #2545 from mitmproxy/wsproto
Replace our WebSocket stack with 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 54c2811d..ad792881 100644
--- a/setup.py
+++ b/setup.py
@@ -65,6 +65,7 @@ setup(
"certifi>=2015.11.20.1", # no semver here - this should always be on the last release!
"click>=6.2, <7",
"cryptography>=2.0,<2.2",
+ 'h11>=0.7.0,<0.8',
"h2>=3.0, <4",
"hyperframe>=5.0, <6",
"kaitaistruct>=0.7, <0.8",