bump h2 dependency

This fixes a bug with empty HEAD responses:
https://github.com/python-hyper/hyper-h2/issues/255
This commit is contained in:
Thomas Kriechbaumer 2016-08-23 19:12:55 +02:00
parent 8926becf92
commit 72811e20e0

View File

@ -69,7 +69,7 @@ setup(
"cryptography>=1.3, <1.5",
"cssutils>=1.0.1, <1.1",
"Flask>=0.10.1, <0.12",
"h2>=2.4.0, <3",
"h2>=2.4.1, <3",
"html2text>=2016.1.8, <=2016.5.29",
"hyperframe>=4.0.1, <5",
"jsbeautifier>=1.6.3, <1.7",