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