mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 02:10:59 +00:00
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:
parent
8926becf92
commit
72811e20e0
2
setup.py
2
setup.py
@ -69,7 +69,7 @@ setup(
|
|||||||
"cryptography>=1.3, <1.5",
|
"cryptography>=1.3, <1.5",
|
||||||
"cssutils>=1.0.1, <1.1",
|
"cssutils>=1.0.1, <1.1",
|
||||||
"Flask>=0.10.1, <0.12",
|
"Flask>=0.10.1, <0.12",
|
||||||
"h2>=2.4.0, <3",
|
"h2>=2.4.1, <3",
|
||||||
"html2text>=2016.1.8, <=2016.5.29",
|
"html2text>=2016.1.8, <=2016.5.29",
|
||||||
"hyperframe>=4.0.1, <5",
|
"hyperframe>=4.0.1, <5",
|
||||||
"jsbeautifier>=1.6.3, <1.7",
|
"jsbeautifier>=1.6.3, <1.7",
|
||||||
|
Loading…
Reference in New Issue
Block a user