Skip to content

Commit

Permalink
Handle new cryptography versioning scheme
Browse files Browse the repository at this point in the history
fixes #452
  • Loading branch information
vimalloc committed Oct 8, 2021
1 parent 6d726be commit 01bf1e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,5 +1,5 @@
black==21.6b0
cryptography==3.4.7
cryptography==35.0.0
Flask==2.0.1
Pallets-Sphinx-Themes==2.0.1
pre-commit==2.13.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -30,7 +30,7 @@
"Flask>=1.0,<3.0",
"PyJWT>=2.0,<3.0",
],
extras_require={"asymmetric_crypto": ["cryptography>=3.0,<4.0"]},
extras_require={"asymmetric_crypto": ["cryptography>=35.0.0"]},
python_requires=">=3.6,<4",
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 01bf1e2

Please sign in to comment.