temporarily pin cryptography

This commit is contained in:
Maximilian Hils 2020-10-06 22:29:34 +02:00 committed by GitHub
parent 36327c2359
commit cc77a16539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,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",
"cryptography>=3.0,<3.2",
"cryptography>=3.0,<3.1.1",
"flask>=1.1.1,<1.2",
"h2>=3.2.0,<4",
"hyperframe>=5.1.0,<6",