Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,3 +1,7 @@
|
|
1 |
-
gradio>=4.
|
2 |
requests>=2.31.0
|
3 |
python-dotenv>=1.0.0
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.44.1
|
2 |
requests>=2.31.0
|
3 |
python-dotenv>=1.0.0
|
4 |
+
pydantic==2.10.6
|
5 |
+
fastapi>=0.109.0
|
6 |
+
uvicorn>=0.27.0
|
7 |
+
python-multipart>=0.0.6
|