removed pycryptopp dependency

This commit is contained in:
heartsucker 2019-05-24 14:42:49 +02:00 committed by meejah
parent 8063d93c6d
commit 44b268fee6
2 changed files with 1 additions and 7 deletions

View File

@ -146,8 +146,7 @@ print_py_pkg_ver('mock')
print_py_pkg_ver('Nevow', 'nevow')
print_py_pkg_ver('pyasn1')
print_py_pkg_ver('pycparser')
print_py_pkg_ver('pycrypto', 'Crypto')
print_py_pkg_ver('pycryptopp')
print_py_pkg_ver('cryptography')
print_py_pkg_ver('pyflakes')
print_py_pkg_ver('pyOpenSSL', 'OpenSSL')
print_py_pkg_ver('six')

View File

@ -42,9 +42,6 @@ install_requires = [
# * foolscap >= 0.12.6 has an i2p.sam_endpoint() that takes kwargs
"foolscap >= 0.12.6",
# pycryptopp-0.6.0 includes ed25519
"pycryptopp >= 0.6.0",
# cryptography>2.3 because of CVE-2018-10903
'cryptography >= 2.3',
@ -117,8 +114,6 @@ install_requires = [
package_imports = [
# package name module name
('foolscap', 'foolscap'),
('pycryptopp', 'pycryptopp'),
('cryptography', 'cryptography'),
('zfec', 'zfec'),
('Twisted', 'twisted'),
('Nevow', 'nevow'),