Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,9 @@
|
|
| 1 |
streamlit
|
| 2 |
beautifulsoup4
|
| 3 |
markdown
|
| 4 |
-
Pillow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
beautifulsoup4
|
| 3 |
markdown
|
| 4 |
+
Pillow
|
| 5 |
+
fastapi
|
| 6 |
+
uvicorn
|
| 7 |
+
yt-dlp
|
| 8 |
+
gradio
|
| 9 |
+
ffmpeg-python
|