mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 10:18:11 +02:00
Use zoneinfo instead of dateutil (#50387)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
2
setup.py
2
setup.py
@ -37,6 +37,7 @@ REQUIRES = [
|
||||
"async_timeout==3.0.1",
|
||||
"attrs==21.2.0",
|
||||
"awesomeversion==21.2.3",
|
||||
'backports.zoneinfo;python_version<"3.9"',
|
||||
"bcrypt==3.1.7",
|
||||
"certifi>=2020.12.5",
|
||||
"ciso8601==2.1.3",
|
||||
@ -47,7 +48,6 @@ REQUIRES = [
|
||||
"cryptography==3.3.2",
|
||||
"pip>=8.0.3,<20.3",
|
||||
"python-slugify==4.0.1",
|
||||
"python-dateutil==2.8.1",
|
||||
"pyyaml==5.4.1",
|
||||
"requests==2.25.1",
|
||||
"ruamel.yaml==0.15.100",
|
||||
|
Reference in New Issue
Block a user