Skip to content

Commit f5068a3

Browse files
fix: missing yt-dlp makes readthedock crash
Signed-off-by: thiswillbeyourgithub <[email protected]>
1 parent 17bc5e6 commit f5068a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ def run(self):
187187
"pdfplumber >= 0.11.1",
188188
"pdf2image >= 1.17.0",
189189
"openparse[ml] >= 0.5.7", # pdf with table support
190+
"yt-dlp >= 2025.04.30", # we actually need to install yt-dlp here otherwise readthedocs crashes. Note that in the postinstall script above it will be reinstalled using the master branch
190191
],
191192
extra_require={
192193
"fasttext": [

0 commit comments

Comments
 (0)