mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
backports.zoneinfo environment marker (#1926)
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
497ceb8cbb
commit
8cf12a2ab5
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.12.7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue