You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: 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.
0 commit comments