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 07c110f commit d0a6268Copy full SHA for d0a6268
setup.py
@@ -38,7 +38,7 @@ def _cryptography_version():
38
'pycrypto': ['pycrypto >=2.6.0, <2.7.0'] + pyasn1,
39
'pycryptodome': ['pycryptodome >=3.3.1, <4.0.0'] + pyasn1,
40
}
41
-legacy_backend_requires = ['ecdsa <1.0', 'rsa'] + pyasn1
+legacy_backend_requires = ['ecdsa <0.15', 'rsa'] + pyasn1
42
install_requires = ['six <2.0']
43
44
# TODO: work this into the extras selection instead.
tox.ini
@@ -21,6 +21,8 @@ deps =
21
pytest
22
pytest-cov
23
pytest-runner
24
+ -r{toxinidir}/requirements.txt
25
+
26
commands_pre =
27
# Remove the python-rsa and python-ecdsa backends
28
only: pip uninstall -y ecdsa rsa
0 commit comments