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 d49c969 commit 64f7be8Copy full SHA for 64f7be8
setup.py
@@ -22,8 +22,6 @@
22
DEPENDENCIES = (
23
"cachetools>=2.0.0,<7.0",
24
"pyasn1-modules>=0.2.1",
25
- # rsa==4.5 is the last version to support 2.7
26
- # https://github.com/sybrenstuvel/python-rsa/issues/152#issuecomment-643470233
27
"cryptography >= 38.0.3",
28
"cryptography < 39.0.0; python_version < '3.8'",
29
)
0 commit comments