mirror of
https://github.com/seemoo-lab/opendrop.git
synced 2026-09-14 15:16:11 -04:00
Remove netifaces dependency
This commit is contained in:
@@ -35,7 +35,7 @@ setup(
|
||||
package_data={
|
||||
'opendrop': ['certs/*.pem']
|
||||
},
|
||||
install_requires=['requests', 'fleep', 'ifaddr', 'netifaces', 'Pillow',
|
||||
install_requires=['requests', 'fleep', 'ifaddr', 'Pillow',
|
||||
'requests_toolbelt', 'ctypescrypto', 'libarchive-c'],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
|
||||
Reference in New Issue
Block a user