forked from Taxel/PlexTraktSync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
49 lines (45 loc) · 1.33 KB
/
Pipfile
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
42
43
44
45
46
47
48
49
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
apluggy = "==0.9.4"
attrs = "==23.2.0"
cattrs = {version="==23.2.3", python_version=">='3.7'"}
certifi = "==2024.2.2"
charset-normalizer = "==3.3.2"
click = "==8.1.7"
deprecated = "==1.2.14"
humanize = "==4.9.0"
idna = {version="==3.7", python_version=">='3.5'"}
inquirerpy = "==0.3.4"
markdown-it-py = {version="==3.0.0", python_version=">='3.7'"}
mdurl = {version="==0.1.2", python_version=">='3.7'"}
oauthlib = "==3.2.2"
pfzy = {version="==0.3.4", markers="python_version >= '3.7' and python_version < '4.0'"}
platformdirs = {version="==4.2.1", python_version=">='3.7'"}
plexapi = "==4.15.12"
pluggy = "==1.5.0"
prompt-toolkit = "==3.0.43"
pygments = "==2.18.0"
python-dotenv = "==1.0.1"
python-git-info = "==0.8.3"
pytimeparse = "==1.1.8"
pytrakt = "==3.4.32"
pyyaml = "==6.0.1"
requests = "==2.31.0"
requests-cache = "==1.2.0"
requests-oauthlib = {version="==2.0.0", python_version=">='3.4'"}
rich = "==13.7.1"
six = {version="==1.16.0", python_version=">='3.4'"}
tqdm = "==4.66.4"
url-normalize = {version="==1.4.3", python_version=">='3.6'"}
urllib3 = "==2.2.1"
wcwidth = "==0.2.13"
websocket-client = "==1.8.0"
wrapt = {version="==1.16.0", python_version=">='3.5'"}
[requires]
python_version = "3"
[scripts]
plextraktsync = "python -m plextraktsync"