aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2017-12-12 21:47:24 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2017-12-12 22:09:46 +0100
commitf5fafbfcb56bbc3fb7cca7ed32dd7b3b41c39e83 (patch)
tree6851c801d2609db1531a8bcdd8acc526a84e4b55 /setup.py
parent70e1409261adfd165b8473f1d21aa760023795d7 (diff)
downloadmitmproxy-f5fafbfcb56bbc3fb7cca7ed32dd7b3b41c39e83.tar.gz
mitmproxy-f5fafbfcb56bbc3fb7cca7ed32dd7b3b41c39e83.tar.bz2
mitmproxy-f5fafbfcb56bbc3fb7cca7ed32dd7b3b41c39e83.zip
vendoring of wsproto
https://github.com/python-hyper/wsproto.git commit 5ea2da61266796666f5de6461aaae22e6b00deba
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",