mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-22 14:13:40 -07:00
backports.zoneinfo environment marker
https://github.com/pganssle/zoneinfo#installation-and-depending-on-this-library notes: > Support for `backports.zoneinfo` in Python 3.9+ is currently minimal, since it is expected that you would use the standard library `zoneinfo` module instead.
This commit is contained in:
parent
6156edf5fe
commit
506d0a5323
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ apscheduler==3.9.1.post1
|
|||
arrow==1.2.3
|
||||
backports.csv==1.0.7
|
||||
backports.functools-lru-cache==1.6.4
|
||||
backports.zoneinfo==0.2.1
|
||||
backports.zoneinfo==0.2.1;python_version<"3.9"
|
||||
beautifulsoup4==4.11.1
|
||||
bleach==5.0.1
|
||||
certifi==2022.9.24
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue