forked from Taxel/PlexTraktSync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
38 lines (37 loc) · 1.26 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
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple/
appdirs==1.4.4
attrs==21.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
cattrs==1.10.0; python_version >= '3.7' and python_version < '4.0'
certifi==2022.5.18
charset-normalizer==2.0.12; python_version >= '3'
click==8.1.3
commonmark==0.9.1
deprecated==1.2.13
idna==3.3; python_version >= '3'
inquirerpy==0.3.3
oauthlib==3.2.0; python_version >= '3.6'
pfzy==0.3.4; python_version >= '3.7' and python_version < '4.0'
plexapi==4.10.1
prompt-toolkit==3.0.29; python_full_version >= '3.6.2'
pygments==2.12.0; python_version >= '3.6'
python-dotenv==0.20.0
python-git-info==0.7.1
pyyaml==6.0
requests-cache==0.9.1
requests-oauthlib==1.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
requests==2.27.1
rich==12.4.1
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
tqdm==4.64.0
trakt==3.4.0
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'
urllib3==1.26.9
wcwidth==0.2.5
websocket-client==1.3.2
wrapt==1.14.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'