luci device-tracker dependency fix (#26215)

* luci device-tracker dependency fix

fixes issue #25758

* luci device-tracker fix, requirements_all
This commit is contained in:
Florian Klien 2019-08-27 07:34:58 +02:00 committed by Andrew Sayre
parent 8e5d272b5f
commit c185c015ef
2 changed files with 5 additions and 1 deletions

View file

@ -3,7 +3,8 @@
"name": "Luci",
"documentation": "https://www.home-assistant.io/components/luci",
"requirements": [
"openwrt-luci-rpc==1.1.0"
"openwrt-luci-rpc==1.1.0",
"packaging==19.1"
],
"dependencies": [],
"codeowners": ["@fbradyirl"]

View file

@ -894,6 +894,9 @@ openwrt-luci-rpc==1.1.0
# homeassistant.components.orvibo
orvibo==1.1.1
# homeassistant.components.luci
packaging==19.1
# homeassistant.components.mqtt
# homeassistant.components.shiftr
paho-mqtt==1.4.0