mirror of https://github.com/celery/kombu.git
add missing zoneinfo dependency (#1732)
This commit is contained in:
parent
e5299379b0
commit
9abe689cd4
|
@ -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'
|
||||
|
|
|
@ -3,4 +3,3 @@ pytest-sugar
|
|||
Pyro4
|
||||
hypothesis
|
||||
pytest-freezer
|
||||
backports.zoneinfo>=0.2.1; python_version < '3.9'
|
||||
|
|
Loading…
Reference in New Issue