This repository was archived by the owner on Dec 1, 2023. It is now read-only.
File tree 3 files changed +114
-107
lines changed
3 files changed +114
-107
lines changed Original file line number Diff line number Diff line change 1
- python3-dev
2
- py3-pip
3
1
git
4
2
gcc
5
3
musl-dev
4
+ python3-dev
5
+ py3-pip
6
6
libxml2-dev
7
7
libxslt-dev
8
8
tzdata
@@ -16,4 +16,5 @@ inotify-tools
16
16
chromium-chromedriver
17
17
npm
18
18
dumb-init
19
- ffmpeg
19
+ ffmpeg
20
+ redis
Original file line number Diff line number Diff line change 1
- alembic == 1.9.4
2
- aniso8601 == 9.0.1
3
- APScheduler == 3.10.0
4
- asttokens == 2.0.8
5
- async-generator == 1.10
6
- attrs == 22.1.0
7
- backcall == 0.2.0
8
- backports.shutil-get-terminal-size == 1.0.0
9
- beautifulsoup4 == 4.11.1
10
- better-exceptions == 0.3.3
11
- bs4 == 0.0.1
12
- cacheout == 0.14.1
13
- cachetools == 5.3.0
14
- certifi == 2022.6.15
15
- cffi == 1.15.1
16
- charset-normalizer == 2.1.1
17
- click == 8.1.3
18
- cn2an == 0.5.17
19
- colorama == 0.4.4
20
- colored == 1.3.93
21
- cryptography == 39.0.1
22
- cssselect == 1.1.0
23
- DBUtils == 3.0.2
24
- dateparser == 1.1.4
25
- decorator == 5.1.1
26
- executing == 1.1.0
27
- Flask == 2.2.3
28
- Flask-Login == 0.6.2
29
- fast-bencode == 1.1.3
30
- flask-compress == 1.13
31
- flask-restx == 1.0.6
32
- greenlet == 1.1.3.post0
33
- h11 == 0.12.0
34
- humanize == 4.4.0
35
- idna == 3.3
36
- influxdb == 5.3.1
37
- itsdangerous == 2.1.2
38
- jedi == 0.18.1
39
- Jinja2 == 3.1.2
40
- jsonpath == 0.82
41
- jsonschema == 4.16.0
42
- loguru == 0.6.0
43
- lxml == 4.9.1
44
- Mako == 1.2.3
45
- MarkupSafe == 2.1.1
46
- matplotlib-inline == 0.1.6
47
- msgpack == 1.0.4
48
- outcome == 1.2.0
49
- parse == 1.19.0
50
- parsel == 1.6.0
51
- parso == 0.8.3
52
- pexpect == 4.8.0
53
- pickleshare == 0.7.5
54
- proces == 0.1.2
55
- prompt-toolkit == 3.0.31
56
- ptyprocess == 0.7.0
57
- pure-eval == 0.2.2
58
- pycparser == 2.21
59
- pycryptodome == 3.15.0
60
- Pygments == 2.13.0
61
- PyJWT == 2.6.0
62
- pymongo == 4.2.0
63
- PyMySQL == 1.0.2
64
- pyperclip == 1.8.2
65
- pypushdeer == 0.0.3
66
- pyquery == 1.4.3
67
- pyrsistent == 0.18.1
68
- PySocks == 1.7.1
69
- python-dateutil == 2.8.2
70
- python-dotenv == 0.20.0
71
- pytz == 2022.2.1
72
- pytz-deprecation-shim == 0.1.0.post0
73
- PyVirtualDisplay == 3.0
74
- redis == 3.5.3
75
- redis-py-cluster == 2.1.3
76
- regex == 2022.9.13
77
- requests == 2.28.1
78
- ruamel.yaml == 0.17.21
79
- ruamel.yaml.clib == 0.2.7
80
- selenium == 4.4.3
81
- six == 1.16.0
82
- slack-sdk == 3.19.5
83
- sniffio == 1.2.0
84
- sortedcontainers == 2.4.0
85
- soupsieve == 2.3.2.post1
86
- SQLAlchemy == 2.0.4
87
- stack-data == 0.5.1
88
- terminal-layout == 2.1.2
89
- tqdm == 4.64.0
90
- traitlets == 5.4.0
91
- trio == 0.21.0
92
- trio-websocket == 0.9.2
93
- typing_extensions == 4.3.0
94
- tzdata == 2022.2
95
- tzlocal == 4.2
96
- undetected-chromedriver == 3.1.7
97
- urllib3 == 1.26.12
98
- w3lib == 2.0.1
99
- watchdog == 2.1.9
100
- wcwidth == 0.2.5
101
- webdriver-manager == 3.8.5
102
- websockets == 10.3
103
- Werkzeug == 2.2.3
104
- wsproto == 1.2.0
1
+ alembic == 1.9.4
2
+ aniso8601 == 9.0.1
3
+ APScheduler == 3.10.0
4
+ asttokens == 2.0.8
5
+ async-generator == 1.10
6
+ attrs == 22.1.0
7
+ backcall == 0.2.0
8
+ backports.shutil-get-terminal-size == 1.0.0
9
+ beautifulsoup4 == 4.11.1
10
+ better-exceptions == 0.3.3
11
+ bs4 == 0.0.1
12
+ cacheout == 0.14.1
13
+ cachetools == 5.3.0
14
+ certifi == 2022.6.15
15
+ cffi == 1.15.1
16
+ charset-normalizer == 2.1.1
17
+ click == 8.1.3
18
+ cn2an == 0.5.17
19
+ colorama == 0.4.4
20
+ colored == 1.3.93
21
+ cryptography == 39.0.1
22
+ cssselect == 1.1.0
23
+ DBUtils == 3.0.2
24
+ dateparser == 1.1.4
25
+ decorator == 5.1.1
26
+ executing == 1.1.0
27
+ Flask == 2.2.3
28
+ Flask-Login == 0.6.2
29
+ fast-bencode == 1.1.3
30
+ flask-compress == 1.13
31
+ flask-restx == 1.0.6
32
+ greenlet == 1.1.3.post0
33
+ h11 == 0.12.0
34
+ humanize == 4.4.0
35
+ idna == 3.3
36
+ influxdb == 5.3.1
37
+ itsdangerous == 2.1.2
38
+ jedi == 0.18.1
39
+ Jinja2 == 3.1.2
40
+ jsonpath == 0.82
41
+ jsonschema == 4.16.0
42
+ loguru == 0.6.0
43
+ lxml == 4.9.1
44
+ Mako == 1.2.3
45
+ MarkupSafe == 2.1.1
46
+ matplotlib-inline == 0.1.6
47
+ msgpack == 1.0.4
48
+ outcome == 1.2.0
49
+ parse == 1.19.0
50
+ parsel == 1.6.0
51
+ parso == 0.8.3
52
+ pexpect == 4.8.0
53
+ pickleshare == 0.7.5
54
+ proces == 0.1.2
55
+ prompt-toolkit == 3.0.31
56
+ ptyprocess == 0.7.0
57
+ pure-eval == 0.2.2
58
+ pycparser == 2.21
59
+ pycryptodome == 3.15.0
60
+ Pygments == 2.13.0
61
+ PyJWT == 2.6.0
62
+ pymongo == 4.2.0
63
+ PyMySQL == 1.0.2
64
+ pyperclip == 1.8.2
65
+ pypushdeer == 0.0.3
66
+ pyquery == 1.4.3
67
+ pyrsistent == 0.18.1
68
+ PySocks == 1.7.1
69
+ python-dateutil == 2.8.2
70
+ python-dotenv == 0.20.0
71
+ pytz == 2022.2.1
72
+ pytz-deprecation-shim == 0.1.0.post0
73
+ PyVirtualDisplay == 3.0
74
+ redis == 3.5.3
75
+ redis-py-cluster == 2.1.3
76
+ regex == 2022.9.13
77
+ requests == 2.28.1
78
+ ruamel.yaml == 0.17.21
79
+ ruamel.yaml.clib == 0.2.7
80
+ selenium == 4.4.3
81
+ six == 1.16.0
82
+ slack-sdk == 3.19.5
83
+ sniffio == 1.2.0
84
+ sortedcontainers == 2.4.0
85
+ soupsieve == 2.3.2.post1
86
+ SQLAlchemy == 2.0.4
87
+ stack-data == 0.5.1
88
+ terminal-layout == 2.1.2
89
+ tqdm == 4.64.0
90
+ traitlets == 5.4.0
91
+ trio == 0.21.0
92
+ trio-websocket == 0.9.2
93
+ typing_extensions == 4.3.0
94
+ tzdata == 2022.2
95
+ tzlocal == 4.2
96
+ undetected-chromedriver == 3.1.7
97
+ urllib3 == 1.26.12
98
+ w3lib == 2.0.1
99
+ watchdog == 2.1.9
100
+ wcwidth == 0.2.5
101
+ webdriver-manager == 3.8.5
102
+ websockets == 10.3
103
+ Werkzeug == 2.2.3
104
+ wsproto == 1.2.0
105
105
zhconv == 1.4.3
Original file line number Diff line number Diff line change
1
+ feapder
2
+ qbittorrent-api
3
+ anitopy
4
+ plexapi
5
+ transmission-rpc
6
+ slack_bolt
You can’t perform that action at this time.
0 commit comments