blob: 13afd5a8e68d4edaba2e9bdf9150bccb6d4de073 (
plain)
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
|
# Bazarr dependencies
aniso8601==9.0.1
argparse==1.4.0
apprise==1.1.0
apscheduler==3.9.1
attrs==22.1.0
charamel==1.0.0
deep-translator==1.9.1
dogpile.cache==1.1.8
fese==0.1.2
ffsubsync==0.4.20
flask-cors==3.0.10
flask-restx==1.0.3
Flask-SocketIO==5.3.1
Flask==2.2.2
guess_language-spirit==0.5.3
guessit==3.5.0
jsonschema==4.17.0
knowit==0.4.0
peewee==3.15.3
py-pretty==1
pycountry==22.3.5
pyga==2.6.2
pyrsistent==0.19.2
pysubs2==1.4.4
python-engineio==4.3.4
python-socketio==5.7.2
pytz==2022.6
pytz_deprecation_shim==0.1.0.post0
rarfile==4.0
requests==2.28.1
semver==2.13.0
signalrcore==0.9.5
waitress==2.1.2
whichcraft==0.6.1
# Bazarr modified dependencies
#signalr-client-threads==0.0.12 # Modified to work with Sonarr v3. Not used anymore with v4
#SimpleConfigParser==0.1.0 # modified version: do not update!!!
#subliminal_patch # Modified version from Sub-Zero.bundle
#subzero # Modified version from Sub-Zero.bundle
## indirect dependencies
# Required-by: apprise
importlib_metadata==5.0.0
markdown==3.4.1
requests_oauthlib==1.3.1
# Required-by: apscheduler
tzdata==2022.6
tzlocal==4.2
# Required-by: beautifulsoup4
soupsieve==2.3.2.post1
# Required-by: ffsubsync
#auditok==0.1.5 # do not upgrade unless ffsubsync requirements.txt change
ffmpeg-python==0.2.0
future==0.18.2
rich==12.6.0
srt==3.5.2
tqdm==4.64.1
typing_extensions==4.4.0
# Required-by: flask
click==8.1.3
itsdangerous==2.1.2
jinja2==3.1.2
werkzeug==2.2.2
# Required-by: guessit
python-dateutil==2.8.2
importlib_resources==5.10.0
rebulk==3.1.0
zipp==3.10.0
# Required-by: jinja2
markupsafe==2.1.1
# Required-by: knowit
pymediainfo==5.1.0
pyyaml==6.0
# Required-by: python-socketio
bidict==0.22.0
# Required-by: pytz_deprecation_shim
backports.zoneinfo==0.2.1
# Required-by: signalr-client-threads
sseclient==0.0.27 # Modified to work with Sonarr
websocket-client==1.4.2
# Required-by: signalrcore
msgpack==1.0.4
# Required-by: subliminal
appdirs==1.4.4
babelfish==0.6.0
beautifulsoup4==4.11.1
chardet==5.0.0
pysrt==1.1.2
#stevedore==3.5.2 # Do not upgrade. Version newer than that have issues with importlib on Python 3.7
# Required-by: subliminal_patch
cloudscraper==1.2.58
#deathbycaptcha # unknown version, only found on gist
decorator==5.1.1
dnspython==2.2.1
enzyme==0.4.1
ftfy==6.1.1
html5lib==1.1
Js2Py==0.74
git+https://github.com/pannal/libfilebot#egg=libfilebot
#py7zr==0.7.0 # do not upgrade because it have depenencies that can't be vendored
git+https://github.com/RobinDavid/pyADS.git@28a2f6dbfb357f85b2c2f49add770b336e88840d#egg=pyads
pyjsparser==2.7.1
pyparsing==3.0.9
python-anticaptcha==1.0.0
retry==0.9.2
six==1.16.0
subliminal==2.1.0
#subscene-api==1.0.0 # v2.0.0 bring too much changes, I wont update it for now.
wcwidth==0.2.5
webencodings==0.5.1
# Required-by: subzero
backports.functools-lru-cache==1.6.4
fcache==0.4.7 # https://github.com/tsroten/fcache/pull/34
json_tricks==3.16.1
tld==0.12.6 # https://github.com/barseghyanartur/tld/pull/119
# Required-by: requests
certifi==2022.9.24
idna==3.4
oauthlib==3.2.2
requests_toolbelt==0.10.1
urllib3==1.26.12
# Required-by: rich
colorama==0.4.6
commonmark==0.9.1
Pygments==2.13.0
# Required-by: websocket
pysocks==1.7.1
|