Add aiohasupervisor to core requirements (#126225)

pull/126267/head
Mike Degatano 2024-09-19 09:13:21 -04:00 committed by GitHub
parent 28ece89272
commit b2d669ac3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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",

View File

@ -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