require cryptography 36+

3.3+ should mostly work fine, but our tests cover v36-specific behavior
This commit is contained in:
Maximilian Hils 2021-11-22 12:52:37 +01:00
parent 57ae779b15
commit 68bce90754

View File

@ -72,7 +72,7 @@ setup(
"Brotli>=1.0,<1.1",
"certifi>=2019.9.11", # no semver here - this should always be on the last release!
"click>=7.0,<8.1",
"cryptography>=3.3,<37,!=35",
"cryptography>=36,<37",
"flask>=1.1.1,<2.1",
"h11>=0.11,<0.13",
"h2>=4.1,<5",