Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -6,12 +6,13 @@ numpy>=1.23.0
|
|
| 6 |
|
| 7 |
# Security & Utilities
|
| 8 |
cryptography>=41.0.0
|
| 9 |
-
|
| 10 |
python-dotenv>=1.0.0
|
| 11 |
|
| 12 |
# Speech & Voice Processing
|
| 13 |
pyttsx3>=2.90
|
| 14 |
-
|
|
|
|
| 15 |
# Async & Web API
|
| 16 |
aiohttp>=3.9.0
|
| 17 |
fastapi>=0.110.0
|
|
@@ -20,4 +21,4 @@ asyncio>=3.4.3
|
|
| 20 |
|
| 21 |
# Vector Databases & AI Memory
|
| 22 |
pinecone-client>=2.2.4
|
| 23 |
-
chromadb>=0.4.5
|
|
|
|
| 6 |
|
| 7 |
# Security & Utilities
|
| 8 |
cryptography>=41.0.0
|
| 9 |
+
pyjwt>=2.6.0
|
| 10 |
python-dotenv>=1.0.0
|
| 11 |
|
| 12 |
# Speech & Voice Processing
|
| 13 |
pyttsx3>=2.90
|
| 14 |
+
SpeechRecognition>=3.10.0
|
| 15 |
+
|
| 16 |
# Async & Web API
|
| 17 |
aiohttp>=3.9.0
|
| 18 |
fastapi>=0.110.0
|
|
|
|
| 21 |
|
| 22 |
# Vector Databases & AI Memory
|
| 23 |
pinecone-client>=2.2.4
|
| 24 |
+
chromadb>=0.4.5
|