Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +25 -24
requirements.txt
CHANGED
|
@@ -1,24 +1,25 @@
|
|
| 1 |
-
yt-dlp==2024.12.23
|
| 2 |
-
pydub==0.25.1
|
| 3 |
-
openai-whisper==20231117
|
| 4 |
-
torch
|
| 5 |
-
torchaudio
|
| 6 |
-
google-generativeai==0.3.2
|
| 7 |
-
langchain==0.1.0
|
| 8 |
-
langchain-google-genai==0.0.5
|
| 9 |
-
fastapi==0.109.0
|
| 10 |
-
uvicorn[standard]==0.27.0
|
| 11 |
-
pydantic==2.5.3
|
| 12 |
-
pydantic[email]
|
| 13 |
-
email-validator
|
| 14 |
-
pydantic-settings==2.1.0
|
| 15 |
-
python-multipart==0.0.6
|
| 16 |
-
python-dotenv==1.0.0
|
| 17 |
-
httpx==0.26.0
|
| 18 |
-
aiofiles==23.2.1
|
| 19 |
-
sqlmodel==0.0.14
|
| 20 |
-
asyncpg==0.29.0
|
| 21 |
-
greenlet==3.0.3
|
| 22 |
-
passlib[bcrypt]==1.7.4
|
| 23 |
-
python-jose[cryptography]==3.3.0
|
| 24 |
-
bcrypt==4.1.2
|
|
|
|
|
|
| 1 |
+
yt-dlp==2024.12.23
|
| 2 |
+
pydub==0.25.1
|
| 3 |
+
openai-whisper==20231117
|
| 4 |
+
torch
|
| 5 |
+
torchaudio
|
| 6 |
+
google-generativeai==0.3.2
|
| 7 |
+
langchain==0.1.0
|
| 8 |
+
langchain-google-genai==0.0.5
|
| 9 |
+
fastapi==0.109.0
|
| 10 |
+
uvicorn[standard]==0.27.0
|
| 11 |
+
pydantic==2.5.3
|
| 12 |
+
pydantic[email]
|
| 13 |
+
email-validator
|
| 14 |
+
pydantic-settings==2.1.0
|
| 15 |
+
python-multipart==0.0.6
|
| 16 |
+
python-dotenv==1.0.0
|
| 17 |
+
httpx==0.26.0
|
| 18 |
+
aiofiles==23.2.1
|
| 19 |
+
sqlmodel==0.0.14
|
| 20 |
+
asyncpg==0.29.0
|
| 21 |
+
greenlet==3.0.3
|
| 22 |
+
passlib[bcrypt]==1.7.4
|
| 23 |
+
python-jose[cryptography]==3.3.0
|
| 24 |
+
bcrypt==4.1.2
|
| 25 |
+
aiosqlite
|