Use zoneinfo instead of dateutil (#50387)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
3fab21ebc7
commit
f8584c3ded
4 changed files with 31 additions and 9 deletions
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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue