forked from Taxel/PlexTraktSync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
40 lines (40 loc) · 1.95 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
-i https://pypi.org/simple
apluggy==0.9.4; python_version >= '3.8'
attrs==23.2.0; python_version >= '3.7'
cattrs==23.2.3; python_version >= '3.7' and python_version >= '3.8'
certifi==2024.2.2; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
decorator==5.1.1; python_version >= '3.5'
deprecated==1.2.14; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
exceptiongroup==1.2.1; python_version < '3.11'
humanize==4.9.0; python_version >= '3.8'
idna==3.7; python_version >= '3.5'
inquirerpy==0.3.4; python_version >= '3.7' and python_version < '4.0'
markdown-it-py==3.0.0; python_version >= '3.7' and python_version >= '3.8'
mdurl==0.1.2; python_version >= '3.7'
oauthlib==3.2.2; python_version >= '3.6'
pfzy==0.3.4; python_version >= '3.7' and python_version < '4.0'
platformdirs==4.2.1; python_version >= '3.7' and python_version >= '3.8'
plexapi==4.15.12; python_version >= '3.8'
pluggy==1.5.0; python_version >= '3.8'
prompt-toolkit==3.0.43; python_full_version >= '3.7.0'
pygments==2.18.0; python_version >= '3.8'
python-dotenv==1.0.1; python_version >= '3.8'
python-git-info==0.8.3
pytimeparse==1.1.8
pytrakt==3.4.32
pyyaml==6.0.1; python_version >= '3.6'
requests==2.31.0; python_version >= '3.7'
requests-cache==1.2.0; python_version >= '3.8'
requests-oauthlib==2.0.0; python_version >= '3.4'
rich==13.7.1; python_full_version >= '3.7.0'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' and python_version >= '3.4'
tqdm==4.66.4; python_version >= '3.7'
types-decorator==5.1.8.20240310; python_version >= '3.8'
typing-extensions==4.11.0; python_version < '3.9'
url-normalize==1.4.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version >= '3.6'
urllib3==2.2.1; python_version >= '3.8'
wcwidth==0.2.13
websocket-client==1.8.0; python_version >= '3.8'
wrapt==1.16.0; python_version >= '3.5' and python_version >= '3.6'