-
Notifications
You must be signed in to change notification settings - Fork 106
/
Pipfile
53 lines (49 loc) · 1.1 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
50
51
52
53
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
apluggy = "==1.0.3"
attrs = "==24.2.0"
cattrs = "==24.1.2"
certifi = "==2024.8.30"
charset-normalizer = "==3.4.0"
click = "==8.1.7"
decorator = "==5.1.1"
deprecated = "==1.2.15"
exceptiongroup = {version="==1.2.2", python_version="<'3.11'"}
humanize = "==4.11.0"
idna = "==3.10"
inquirerpy = "==0.3.4"
markdown-it-py = "==3.0.0"
mdurl = "==0.1.2"
oauthlib = "==3.2.2"
pfzy = "==0.3.4"
platformdirs = "==4.3.6"
plexapi = "==4.16.0"
pluggy = "==1.5.0"
prompt-toolkit = "==3.0.48"
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.2"
requests = "==2.32.3"
requests-cache = "==1.2.1"
requests-oauthlib = "==2.0.0"
rich = "==13.9.4"
six = "==1.16.0"
tqdm = "==4.67.1"
types-decorator = "==5.1.8.20240310"
typing-extensions = "==4.12.2"
url-normalize = "==1.4.3"
urllib3 = "==2.2.3"
wcwidth = "==0.2.13"
websocket-client = "==1.8.0"
wrapt = "==1.17.0"
[requires]
python_version = "3"
[scripts]
plextraktsync = "python -m plextraktsync"