1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-11 16:47:52 +01:00

Make hass-nabucasa a core requirement (#112623)

This commit is contained in:
Erik Montnemery
2024-03-07 17:11:45 +01:00
committed by Franck Nijhof
parent 2985ab3922
commit aebbee681c
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -35,6 +35,9 @@ dependencies = [
"bcrypt==4.1.2",
"certifi>=2021.5.30",
"ciso8601==2.3.1",
# hass-nabucasa is imported by helpers which don't depend on the cloud
# integration
"hass-nabucasa==0.78.0",
# When bumping httpx, please check the version pins of
# httpcore, anyio, and h11 in gen_requirements_all
"httpx==0.27.0",
+1
View File
@@ -15,6 +15,7 @@ awesomeversion==24.2.0
bcrypt==4.1.2
certifi>=2021.5.30
ciso8601==2.3.1
hass-nabucasa==0.78.0
httpx==0.27.0
home-assistant-bluetooth==1.12.0
ifaddr==0.2.0