aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-10-25 21:08:43 -0700
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-10-27 12:48:10 -0700
commit33bc526b701ed586bc0277cc6617498c4f60a52f (patch)
tree91191967e042f7677df6d73fdff41bae8e644c3f
parenta93baad6552f5da82398711d7e52197574820843 (diff)
downloadmitmproxy-33bc526b701ed586bc0277cc6617498c4f60a52f.tar.gz
mitmproxy-33bc526b701ed586bc0277cc6617498c4f60a52f.tar.bz2
mitmproxy-33bc526b701ed586bc0277cc6617498c4f60a52f.zip
bump h2 version
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index dfb41075..fc773404 100644
--- a/setup.py
+++ b/setup.py
@@ -67,7 +67,7 @@ setup(
"cryptography>=1.3, <1.6",
"cssutils>=1.0.1, <1.1",
"Flask>=0.10.1, <0.12",
- "h2>=2.4.1, <2.5",
+ "h2>=2.4.1, <3",
"html2text>=2016.1.8, <=2016.9.19",
"hyperframe>=4.0.1, <5",
"jsbeautifier>=1.6.3, <1.7",