add missing zoneinfo dependency (#1732)

This commit is contained in:
woutdenolf 2023-05-26 11:20:39 +02:00 committed by GitHub
parent e5299379b0
commit 9abe689cd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,4 @@
typing_extensions; python_version<"3.10"
amqp>=5.1.1,<6.0.0
vine
backports.zoneinfo>=0.2.1; python_version < '3.9'

View File

@ -3,4 +3,3 @@ pytest-sugar
Pyro4
hypothesis
pytest-freezer
backports.zoneinfo>=0.2.1; python_version < '3.9'