Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,6 @@ pipecat-ai[daily,cartesia,deepgram,openai,google,silero]
|
|
| 2 |
fastapi==0.115.6
|
| 3 |
uvicorn
|
| 4 |
python-dotenv
|
| 5 |
-
python-multipart
|
|
|
|
|
|
|
|
|
| 2 |
fastapi==0.115.6
|
| 3 |
uvicorn
|
| 4 |
python-dotenv
|
| 5 |
+
python-multipart
|
| 6 |
+
requests
|
| 7 |
+
pytest
|