aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-06-12 12:21:19 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-07-05 20:14:28 +0200
commit69e20b34def39652a4eb60465092c27fd065a94e (patch)
tree86f5136eb4ed4f54e56f81e04092a88ccecedfe5 /setup.py
parent23e295b37eb3aee9ebe7c88cc1ebb1dc2ffa9cf2 (diff)
downloadmitmproxy-69e20b34def39652a4eb60465092c27fd065a94e.tar.gz
mitmproxy-69e20b34def39652a4eb60465092c27fd065a94e.tar.bz2
mitmproxy-69e20b34def39652a4eb60465092c27fd065a94e.zip
bump h2 dependency
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 564eb4d7..0de4ba32 100644
--- a/setup.py
+++ b/setup.py
@@ -66,7 +66,7 @@ setup(
"construct>=2.5.2, <2.6",
"cryptography>=1.3, <1.5",
"Flask>=0.10.1, <0.12",
- "h2>=2.3.1, <3",
+ "h2>=2.4.0, <3",
"html2text>=2016.1.8, <=2016.5.29",
"hyperframe>=4.0.1, <5",
"lxml>=3.5.0, <3.7",