Drop custom zeroconf package (fixes #14)

This commit is contained in:
Milan Stute
2019-12-17 20:16:15 +01:00
parent 55feaed931
commit bc724b30d5
6 changed files with 6 additions and 3059 deletions
+3 -1
View File
@@ -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',