Skip to content

Commit 01bf1e2

Browse files
committed
Handle new cryptography versioning scheme
fixes #452
1 parent 6d726be commit 01bf1e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
black==21.6b0
2-
cryptography==3.4.7
2+
cryptography==35.0.0
33
Flask==2.0.1
44
Pallets-Sphinx-Themes==2.0.1
55
pre-commit==2.13.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"Flask>=1.0,<3.0",
3131
"PyJWT>=2.0,<3.0",
3232
],
33-
extras_require={"asymmetric_crypto": ["cryptography>=3.0,<4.0"]},
33+
extras_require={"asymmetric_crypto": ["cryptography>=35.0.0"]},
3434
python_requires=">=3.6,<4",
3535
classifiers=[
3636
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)