forked from Taxel/PlexTraktSync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
41 lines (40 loc) · 1.04 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
41
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple/
attrs==22.2.0
backports.cached-property==1.0.2; python_version <= '3.7'
cattrs==22.2.0; python_version >= '3.7'
certifi==2022.12.7
charset-normalizer==3.0.1
click==8.1.3
deprecated==1.2.13
idna==3.4; python_version >= '3.5'
inquirerpy==0.3.4
markdown-it-py==2.1.0; python_version >= '3.7'
mdurl==0.1.2; python_version >= '3.7'
oauthlib==3.2.2
pfzy==0.3.4; python_version >= '3.7' and python_version < '4.0'
platformdirs==2.6.2; python_version >= '3.7'
plexapi==4.13.2
prompt-toolkit==3.0.36
pygments==2.14.0
python-dotenv==0.21.1
python-git-info==0.8.2
pytimeparse==1.1.8
pytrakt==3.4.20
pyyaml==6.0
requests-cache==1.0.0b1
requests-oauthlib==1.3.1; python_version >= '3.4'
requests==2.28.2
rich==13.3.1
six==1.16.0; python_version >= '3.4'
tqdm==4.64.1
url-normalize==1.4.3; python_version >= '3.6'
urllib3==1.26.14
wcwidth==0.2.6
websocket-client==1.5.1
wrapt==1.14.1; python_version >= '3.5'