Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -4,4 +4,8 @@ python-dotenv
|
|
4 |
md2pdf
|
5 |
sounddevice
|
6 |
soundfile
|
7 |
-
numpy
|
|
|
|
|
|
|
|
|
|
4 |
md2pdf
|
5 |
sounddevice
|
6 |
soundfile
|
7 |
+
numpy
|
8 |
+
yt-dlp>=2024.03.10
|
9 |
+
ffmpeg-python>=0.2.0
|
10 |
+
pathlib>=1.0.1
|
11 |
+
typing-extensions>=4.0.0
|