mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
Pin apscheduler==3.8.0 requirement
This commit is contained in:
parent
0a570e7772
commit
98fe7d7a0f
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
apscheduler==3.8.1
|
apscheduler==3.8.0
|
||||||
importlib-resources==5.4.0
|
importlib-resources==5.4.0
|
||||||
pyinstaller==4.7
|
pyinstaller==4.7
|
||||||
pyopenssl==21.0.0
|
pyopenssl==21.0.0
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
appdirs==1.4.4
|
appdirs==1.4.4
|
||||||
apscheduler==3.8.1
|
apscheduler==3.8.0
|
||||||
arrow==1.2.1
|
arrow==1.2.1
|
||||||
backports.csv==1.0.7
|
backports.csv==1.0.7
|
||||||
backports.functools-lru-cache==1.6.4
|
backports.functools-lru-cache==1.6.4
|
||||||
|
@ -44,7 +44,7 @@ soupsieve==2.3.1
|
||||||
tempora==4.1.2
|
tempora==4.1.2
|
||||||
tokenize-rt==4.2.1
|
tokenize-rt==4.2.1
|
||||||
tzdata==2021.5
|
tzdata==2021.5
|
||||||
tzlocal==4.1
|
tzlocal==2.1 # apscheduler==3.8.0 requires tzlocal~=2.0
|
||||||
urllib3==1.26.7
|
urllib3==1.26.7
|
||||||
webencodings==0.5.1
|
webencodings==0.5.1
|
||||||
websocket-client==1.2.1
|
websocket-client==1.2.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue