mirror of
https://github.com/seemoo-lab/opendrop.git
synced 2026-09-16 16:16:12 -04:00
Remove pycrypto dependency (fixes #10)
This commit is contained in:
@@ -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': [
|
||||
|
||||
Reference in New Issue
Block a user