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 ebfef8f commit f01407dCopy full SHA for f01407d
setup.py
@@ -31,7 +31,7 @@
31
"PyJWT>=2.0,<3.0",
32
"typing_extensions>=3.7.4; python_version<'3.8'", # typing.Literal
33
],
34
- extras_require={"asymmetric_crypto": ["cryptography>=35.0.0"]},
+ extras_require={"asymmetric_crypto": ["cryptography>=3.3.1"]},
35
python_requires=">=3.6,<4",
36
classifiers=[
37
"Development Status :: 5 - Production/Stable",
0 commit comments