Improved listing of multicast DNS services

This commit is contained in:
Ivan Kravets
2021-01-18 18:17:10 +02:00
parent 4e637ae58a
commit dd7d282d17
3 changed files with 16 additions and 17 deletions

View File

@@ -36,6 +36,7 @@ install_requires = [
"tabulate>=0.8.3,<1",
"pyelftools>=0.25,<1",
"marshmallow%s" % (">=2,<3" if PY2 else ">=2"),
"zeroconf==%s" % ("0.19.*" if PY2 else "0.28.*"),
]