aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-10-27 12:22:09 -0700
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-10-27 15:10:53 -0700
commit44ac370f08b2d95a12fcf030ca1bb53846e791fa (patch)
tree6968050bb14c622eff2ddc95bfc0a8cc5eae1b6c /setup.py
parent33bc526b701ed586bc0277cc6617498c4f60a52f (diff)
downloadmitmproxy-44ac370f08b2d95a12fcf030ca1bb53846e791fa.tar.gz
mitmproxy-44ac370f08b2d95a12fcf030ca1bb53846e791fa.tar.bz2
mitmproxy-44ac370f08b2d95a12fcf030ca1bb53846e791fa.zip
upgrade h2 to >=2.5.0
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 fc773404..70ff8b5d 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, <3",
+ "h2>=2.5.0, <3",
"html2text>=2016.1.8, <=2016.9.19",
"hyperframe>=4.0.1, <5",
"jsbeautifier>=1.6.3, <1.7",