1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Remove opower violation from hassfest requirements check (#154797)

This commit is contained in:
Marc Mueller
2025-10-19 00:54:06 +02:00
committed by Franck Nijhof
parent a50b00b3c2
commit 856c99dc22

View File

@@ -237,11 +237,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
# pyopnsense > pbr > setuptools
"pbr": {"setuptools"}
},
"opower": {
# https://github.com/arrow-py/arrow/issues/1169 (fixed not yet released)
# opower > arrow > types-python-dateutil
"arrow": {"types-python-dateutil"}
},
"pvpc_hourly_pricing": {"aiopvpc": {"async-timeout"}},
"remote_rpi_gpio": {
# https://github.com/waveform80/colorzero/issues/9