Extend "pio device list" command with new options to list logical devices and multicast DNS services // Resolve #463

This commit is contained in:
Ivan Kravets
2017-12-18 21:31:49 +02:00
parent 724135f40e
commit 31814b5122
6 changed files with 166 additions and 40 deletions

View File

@ -25,7 +25,8 @@ install_requires = [
"lockfile>=0.9.1,<0.13",
"pyserial>=3,<4,!=3.3",
"requests>=2.4.0,<3",
"semantic_version>=2.5.0,<3"
"semantic_version>=2.5.0,<3",
"zeroconf<=0.19.1"
]
setup(