mirror of
https://github.com/seemoo-lab/opendrop.git
synced 2026-09-14 15:16:11 -04:00
Drop custom zeroconf package (fixes #14)
This commit is contained in:
@@ -33,7 +33,9 @@ setup(
|
||||
keywords='cli',
|
||||
packages=find_packages(exclude=['docs']),
|
||||
package_data={'opendrop': ['certs/*.pem']},
|
||||
install_requires=['requests', 'fleep', 'ifaddr', 'Pillow', 'requests_toolbelt', 'ctypescrypto', 'libarchive-c'],
|
||||
install_requires=[
|
||||
'Pillow', 'ctypescrypto', 'fleep', 'ifaddr', 'libarchive-c', 'requests', 'requests_toolbelt', 'zeroconf>=0.24.2'
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'opendrop=opendrop.cli:main',
|
||||
|
||||
Reference in New Issue
Block a user