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