Skip to content

Commit 864b1a1

Browse files
committed
use cryptography<=3.0 until bug fixed
1 parent f523fa6 commit 864b1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"Programming Language :: Python :: 3.7",
5353
"Programming Language :: Python :: 3.8",
5454
],
55-
install_requires=["cryptography", "requests"],
55+
install_requires=["cryptography<=3.0", "requests"],
5656
tests_require=["pytest"],
5757
zip_safe=False,
5858
extras_require={

0 commit comments

Comments
 (0)