mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
Merge pull request #1213 from felixonmars/patch-1
Allow cryptography 1.4
This commit is contained in:
commit
ef462a05d7
2
setup.py
2
setup.py
@ -65,7 +65,7 @@ setup(
|
|||||||
"certifi>=2015.11.20.1", # no semver here - this should always be on the last release!
|
"certifi>=2015.11.20.1", # no semver here - this should always be on the last release!
|
||||||
"configargparse>=0.10, <0.11",
|
"configargparse>=0.10, <0.11",
|
||||||
"construct>=2.5.2, <2.6",
|
"construct>=2.5.2, <2.6",
|
||||||
"cryptography>=1.3, <1.4",
|
"cryptography>=1.3, <1.5",
|
||||||
"Flask>=0.10.1, <0.11",
|
"Flask>=0.10.1, <0.11",
|
||||||
"h2>=2.3.1, <3",
|
"h2>=2.3.1, <3",
|
||||||
"html2text>=2016.1.8, <=2016.4.2",
|
"html2text>=2016.1.8, <=2016.4.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user