Skip to content

Commit 4894398

Browse files
committed
setup.py: remove rsa requirement
The rsa library is slower and not as well-maintained as the cryptography library. Now that we require the cryptography library, drop the hard requirement on the rsa library.
1 parent 32ed601 commit 4894398

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
DEPENDENCIES = (
2323
"cachetools>=2.0.0,<6.0",
2424
"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-
"rsa>=3.1.4,<5",
2825
)
2926

3027
extras = {

0 commit comments

Comments
 (0)