mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 07:08:10 +00:00
require cryptography 36+
3.3+ should mostly work fine, but our tests cover v36-specific behavior
This commit is contained in:
parent
57ae779b15
commit
68bce90754
2
setup.py
2
setup.py
@ -72,7 +72,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.1",
|
"click>=7.0,<8.1",
|
||||||
"cryptography>=3.3,<37,!=35",
|
"cryptography>=36,<37",
|
||||||
"flask>=1.1.1,<2.1",
|
"flask>=1.1.1,<2.1",
|
||||||
"h11>=0.11,<0.13",
|
"h11>=0.11,<0.13",
|
||||||
"h2>=4.1,<5",
|
"h2>=4.1,<5",
|
||||||
|
Loading…
Reference in New Issue
Block a user