We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d726be commit 01bf1e2Copy full SHA for 01bf1e2
requirements.txt
@@ -1,5 +1,5 @@
1
black==21.6b0
2
-cryptography==3.4.7
+cryptography==35.0.0
3
Flask==2.0.1
4
Pallets-Sphinx-Themes==2.0.1
5
pre-commit==2.13.0
setup.py
@@ -30,7 +30,7 @@
30
"Flask>=1.0,<3.0",
31
"PyJWT>=2.0,<3.0",
32
],
33
- extras_require={"asymmetric_crypto": ["cryptography>=3.0,<4.0"]},
+ extras_require={"asymmetric_crypto": ["cryptography>=35.0.0"]},
34
python_requires=">=3.6,<4",
35
classifiers=[
36
"Development Status :: 5 - Production/Stable",
0 commit comments