mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Remove decora-wifi from excluded requirements (#145832)
This commit is contained in:
parent
8fd9e2046e
commit
33e98ebffa
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -759,7 +759,7 @@ dbus-fast==2.43.0
|
|||||||
debugpy==1.8.14
|
debugpy==1.8.14
|
||||||
|
|
||||||
# homeassistant.components.decora_wifi
|
# homeassistant.components.decora_wifi
|
||||||
# decora-wifi==1.4
|
decora-wifi==1.4
|
||||||
|
|
||||||
# homeassistant.components.decora
|
# homeassistant.components.decora
|
||||||
# decora==0.6
|
# decora==0.6
|
||||||
|
@ -27,7 +27,6 @@ EXCLUDED_REQUIREMENTS_ALL = {
|
|||||||
"beewi-smartclim", # depends on bluepy
|
"beewi-smartclim", # depends on bluepy
|
||||||
"bluepy",
|
"bluepy",
|
||||||
"decora",
|
"decora",
|
||||||
"decora-wifi",
|
|
||||||
"evdev",
|
"evdev",
|
||||||
"face-recognition",
|
"face-recognition",
|
||||||
"pybluez",
|
"pybluez",
|
||||||
@ -43,7 +42,6 @@ EXCLUDED_REQUIREMENTS_ALL = {
|
|||||||
# Requirements excluded by EXCLUDED_REQUIREMENTS_ALL which should be included when
|
# Requirements excluded by EXCLUDED_REQUIREMENTS_ALL which should be included when
|
||||||
# building integration wheels for all architectures.
|
# building integration wheels for all architectures.
|
||||||
INCLUDED_REQUIREMENTS_WHEELS = {
|
INCLUDED_REQUIREMENTS_WHEELS = {
|
||||||
"decora-wifi",
|
|
||||||
"evdev",
|
"evdev",
|
||||||
"pycups",
|
"pycups",
|
||||||
"python-gammu",
|
"python-gammu",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user