Commit 2c6ceef
committed
setup.py: require cryptography instead of rsa
The rsa library is slower and not as well-maintained as the cryptography
library. Require the cryptography library instead of rsa.
On Python 2.7, Pip users will install cryptography-3.3.2, because that
is the latest cryptography version that advertises support for Python
2.7.1 parent 87cd245 commit 2c6ceef
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 25 | + | |
| 26 | + | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| |||
0 commit comments