mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
Remove opower violation from hassfest requirements check (#154797)
This commit is contained in:
@@ -234,11 +234,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
|
||||
|
||||
Reference in New Issue
Block a user