Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +20 -20
requirements.txt
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn
|
3 |
-
python-multipart
|
4 |
-
firebase-admin
|
5 |
-
python-dotenv
|
6 |
-
huggingface-hub
|
7 |
-
yt-dlp
|
8 |
-
ffmpeg-python
|
9 |
-
pydantic
|
10 |
-
pydantic-settings
|
11 |
-
|
12 |
-
|
13 |
-
# fastapi==0.110.0
|
14 |
-
# uvicorn==0.27.1
|
15 |
-
# python-multipart==0.0.9
|
16 |
-
# firebase-admin==6.4.0
|
17 |
-
# python-dotenv==1.0.1
|
18 |
-
# huggingface-hub==0.21.4
|
19 |
-
# yt-dlp==2024.3.10
|
20 |
-
# ffmpeg-python==0.2.0
|
21 |
# pydantic==2.6.3
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
python-multipart
|
4 |
+
firebase-admin
|
5 |
+
python-dotenv
|
6 |
+
huggingface-hub
|
7 |
+
yt-dlp
|
8 |
+
ffmpeg-python
|
9 |
+
pydantic
|
10 |
+
pydantic-settings
|
11 |
+
scenedetect==0.6.4
|
12 |
+
|
13 |
+
# fastapi==0.110.0
|
14 |
+
# uvicorn==0.27.1
|
15 |
+
# python-multipart==0.0.9
|
16 |
+
# firebase-admin==6.4.0
|
17 |
+
# python-dotenv==1.0.1
|
18 |
+
# huggingface-hub==0.21.4
|
19 |
+
# yt-dlp==2024.3.10
|
20 |
+
# ffmpeg-python==0.2.0
|
21 |
# pydantic==2.6.3
|