Use zoneinfo instead of dateutil (#50387)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Paulus Schoutsen 2021-05-10 08:32:29 -07:00 committed by GitHub
parent 3fab21ebc7
commit f8584c3ded
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 31 additions and 9 deletions

View file

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