File tree Expand file tree Collapse file tree 3 files changed +32
-29
lines changed Expand file tree Collapse file tree 3 files changed +32
-29
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ pygments = "==2.16.1"
28
28
python-dotenv = " ==0.21.1"
29
29
python-git-info = " ==0.8.3"
30
30
pytimeparse = " ==1.1.8"
31
- pytrakt = " ==3.4.23 "
31
+ pytrakt = " ==3.4.24 "
32
32
pyyaml = " ==6.0.1"
33
33
requests = " ==2.31.0"
34
34
requests-cache = " ==1.0.0b1"
Original file line number Diff line number Diff line change 1
- #
2
- # These requirements were autogenerated by pipenv
3
- # To regenerate from the project's Pipfile, run:
4
- #
5
- # pipenv lock --requirements
6
- #
7
-
8
1
-i https://pypi.org/simple
9
2
attrs == 23.1.0
10
- cattrs == 23.1.2 ; python_version >= '3.7'
3
+ cattrs == 23.1.2
11
4
certifi == 2023.7.22
12
5
charset-normalizer == 3.2.0
13
6
click == 8.1.7
14
7
deprecated == 1.2.14
15
- idna == 3.4 ; python_version >= '3.5'
16
- importlib-metadata == 6.8.0 ; python_version >= '3.8'
8
+ idna == 3.4
9
+ importlib-metadata == 6.8.0
17
10
inquirerpy == 0.3.4
18
11
linkify-it-py == 2.0.2
19
- markdown-it-py == 3.0.0 ; python_version >= '3.7'
12
+ markdown-it-py == 3.0.0
20
13
mdit-py-plugins == 0.4.0
21
- mdurl == 0.1.2 ; python_version >= '3.7'
14
+ mdurl == 0.1.2
22
15
oauthlib == 3.2.2
23
- pfzy == 0.3.4 ; python_version >= '3.7' and python_version < '4.0'
24
- platformdirs == 3.10.0 ; python_version >= '3.7'
16
+ pfzy == 0.3.4
17
+ platformdirs == 3.10.0
25
18
plexapi == 4.15.0
26
19
prompt-toolkit == 3.0.39
27
20
pygments == 2.16.1
28
21
python-dotenv == 0.21.1
29
22
python-git-info == 0.8.3
30
23
pytimeparse == 1.1.8
31
- pytrakt == 3.4.23
24
+ pytrakt == 3.4.24
32
25
pyyaml == 6.0.1
33
- requests-cache == 1.0.0b1
34
- requests-oauthlib == 1.3.1 ; python_version >= '3.4'
35
26
requests == 2.31.0
27
+ requests-cache == 1.0.0b1
28
+ requests-oauthlib == 1.3.1
36
29
rich == 13.5.2
37
- six == 1.16.0 ; python_version >= '3.4'
38
- textual == 0.35.1 ; python_version >= '3.7' and python_version < '4.0'
30
+ six == 1.16.0
31
+ textual == 0.35.1
39
32
tqdm == 4.66.1
40
33
trogon == 0.5.0
41
- typing-extensions == 4.7.1 ; python_version >= '3.7'
42
- uc-micro-py == 1.0.2 ; python_version >= '3.7'
43
- url-normalize == 1.4.3 ; python_version >= '3.6'
34
+ typing-extensions == 4.7.1
35
+ uc-micro-py == 1.0.2
36
+ url-normalize == 1.4.3
44
37
urllib3 == 2.0.4
45
38
wcwidth == 0.2.6
46
39
websocket-client == 1.6.2
47
- wrapt == 1.15.0 ; python_version >= '3.5'
48
- zipp == 3.16.2 ; python_version >= '3.8'
40
+ wrapt == 1.15.0
41
+ zipp == 3.16.2
You can’t perform that action at this time.
0 commit comments