Add aiohasupervisor to core requirements (#126225)
parent
28ece89272
commit
b2d669ac3c
|
@ -3,6 +3,7 @@
|
|||
aiodhcpwatcher==1.0.2
|
||||
aiodiscover==2.1.0
|
||||
aiodns==3.2.0
|
||||
aiohasupervisor==0.1.0b0
|
||||
aiohttp-fast-zlib==0.1.1
|
||||
aiohttp==3.10.5
|
||||
aiohttp_cors==0.7.0
|
||||
|
|
|
@ -24,6 +24,9 @@ classifiers = [
|
|||
requires-python = ">=3.12.0"
|
||||
dependencies = [
|
||||
"aiodns==3.2.0",
|
||||
# Integrations may depend on hassio integration without listing it to
|
||||
# change behavior based on presence of supervisor
|
||||
"aiohasupervisor==0.1.0b0",
|
||||
"aiohttp==3.10.5",
|
||||
"aiohttp_cors==0.7.0",
|
||||
"aiohttp-fast-zlib==0.1.1",
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
# Home Assistant Core
|
||||
aiodns==3.2.0
|
||||
aiohasupervisor==0.1.0b0
|
||||
aiohttp==3.10.5
|
||||
aiohttp_cors==0.7.0
|
||||
aiohttp-fast-zlib==0.1.1
|
||||
|
|
Loading…
Reference in New Issue