tzdata is required for machines without IANA database (#2107)

This commit is contained in:
Wout De Nolf 2024-09-11 15:03:51 +02:00 committed by GitHub
parent 5c9db06b27
commit f560753582
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
typing_extensions==4.12.2; python_version<"3.10"
amqp>=5.1.1,<6.0.0
vine==5.1.0
backports.zoneinfo[tzdata]>=0.2.1; python_version < '3.9'
backports.zoneinfo[tzdata]>=0.2.1; python_version<"3.9"
tzdata; python_version>="3.9"