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 f523fa6 commit 864b1a1Copy full SHA for 864b1a1
setup.py
@@ -52,7 +52,7 @@
52
"Programming Language :: Python :: 3.7",
53
"Programming Language :: Python :: 3.8",
54
],
55
- install_requires=["cryptography", "requests"],
+ install_requires=["cryptography<=3.0", "requests"],
56
tests_require=["pytest"],
57
zip_safe=False,
58
extras_require={
0 commit comments