python-zeroconf introduced (even more) breaking changes in 0.27.0.

Give up and explicitly depend on zeroconf>=0.27.0, even if this can
break other packages. For any issues, please shout at the python-zeroconf
maintainers.
This commit is contained in:
Fabio Manganiello 2020-08-14 02:16:46 +02:00
parent f35bacaae5
commit 72bb159263
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ setup(
'websockets', 'websockets',
'websocket-client', 'websocket-client',
'wheel', 'wheel',
'zeroconf', 'zeroconf>=0.27.0',
], ],
extras_require={ extras_require={