Spaces:
Sleeping
Sleeping
Commit
·
da97e07
1
Parent(s):
717236b
Add SQLAlchemy and dotenv to requirements
Browse files- requirements.txt +6 -19
requirements.txt
CHANGED
@@ -1,22 +1,9 @@
|
|
1 |
-
streamlit
|
2 |
-
requests
|
3 |
-
pillow==9.5.0
|
4 |
-
sentence_transformers
|
5 |
-
scikit-learn
|
6 |
-
nltk
|
7 |
-
sentry-sdk
|
8 |
-
moviepy==1.0.3
|
9 |
-
srt
|
10 |
fastapi
|
11 |
uvicorn
|
12 |
-
gtts
|
13 |
-
pydantic
|
14 |
-
mutagen
|
15 |
-
requests
|
16 |
-
# Required moviepy dependencies
|
17 |
-
imageio
|
18 |
-
imageio-ffmpeg
|
19 |
-
decorator
|
20 |
-
tqdm
|
21 |
python-multipart
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
fastapi
|
2 |
uvicorn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
python-multipart
|
4 |
+
gtts
|
5 |
+
moviepy
|
6 |
+
opencv-python-headless
|
7 |
+
streamlit
|
8 |
+
python-dotenv
|
9 |
+
SQLAlchemy
|