You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,7 @@ def run(self):
187
187
"pdfplumber >= 0.11.1",
188
188
"pdf2image >= 1.17.0",
189
189
"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
0 commit comments