Remove pycrypto dependency (fixes #10)

This commit is contained in:
Milan Stute
2019-08-20 10:53:46 +02:00
parent b5b21df47d
commit b8b942d0c0
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ setup(
package_data={
'opendrop': ['certs/*.pem']
},
install_requires=['pycrypto', 'requests', 'fleep', 'netifaces', 'Pillow',
install_requires=['requests', 'fleep', 'netifaces', 'Pillow',
'requests_toolbelt', 'ctypescrypto', 'libarchive-c'],
entry_points={
'console_scripts': [