Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion homeassistant/components/luci/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Comment thread
MartinHjelmare marked this conversation as resolved.
],
"dependencies": [],
"codeowners": ["@fbradyirl"]
Expand Down
3 changes: 3 additions & 0 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,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
Expand Down