mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Add cronsim to default dependencies (#133913)
This commit is contained in:
parent
d3666ecf8a
commit
657e5b73b6
@ -25,6 +25,7 @@ bluetooth-data-tools==1.20.0
|
||||
cached-ipaddress==0.8.0
|
||||
certifi>=2021.5.30
|
||||
ciso8601==2.3.2
|
||||
cronsim==2.6
|
||||
cryptography==44.0.0
|
||||
dbus-fast==2.24.3
|
||||
fnv-hash-fast==1.0.2
|
||||
|
@ -42,6 +42,7 @@ dependencies = [
|
||||
"bcrypt==4.2.0",
|
||||
"certifi>=2021.5.30",
|
||||
"ciso8601==2.3.2",
|
||||
"cronsim==2.6",
|
||||
"fnv-hash-fast==1.0.2",
|
||||
# hass-nabucasa is imported by helpers which don't depend on the cloud
|
||||
# integration
|
||||
|
@ -18,6 +18,7 @@ awesomeversion==24.6.0
|
||||
bcrypt==4.2.0
|
||||
certifi>=2021.5.30
|
||||
ciso8601==2.3.2
|
||||
cronsim==2.6
|
||||
fnv-hash-fast==1.0.2
|
||||
hass-nabucasa==0.87.0
|
||||
httpx==0.27.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user