Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -49,4 +49,5 @@ fastapi==0.115.8
|
|
49 |
pydantic-settings==2.8.0
|
50 |
openai-whisper
|
51 |
python-dotenv==1.0.1
|
52 |
-
uvicorn==0.34.0
|
|
|
|
49 |
pydantic-settings==2.8.0
|
50 |
openai-whisper
|
51 |
python-dotenv==1.0.1
|
52 |
+
uvicorn==0.34.0
|
53 |
+
python-multipart==0.0.20
|