mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
bump minimum cryptography version
This commit is contained in:
parent
e768f5ba83
commit
c1f01cc67c
2
setup.py
2
setup.py
@ -67,7 +67,7 @@ setup(
|
|||||||
"Brotli>=1.0,<1.1",
|
"Brotli>=1.0,<1.1",
|
||||||
"certifi>=2019.9.11", # no semver here - this should always be on the last release!
|
"certifi>=2019.9.11", # no semver here - this should always be on the last release!
|
||||||
"click>=7.0,<8",
|
"click>=7.0,<8",
|
||||||
"cryptography>=2.1.4,<3.0",
|
"cryptography>=2.9,<3.0",
|
||||||
"flask>=1.1.1,<1.2",
|
"flask>=1.1.1,<1.2",
|
||||||
"h2>=3.0.1,<4",
|
"h2>=3.0.1,<4",
|
||||||
"hyperframe>=5.1.0,<6",
|
"hyperframe>=5.1.0,<6",
|
||||||
|
Loading…
Reference in New Issue
Block a user