Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
numpy>=2.1.0
|
| 2 |
-
pydantic>=2.9.0
|
| 3 |
-
openai>=1.55.0
|
| 4 |
-
fastapi==0.110.0
|
| 5 |
-
uvicorn==0.27.1
|
|
|
|
|
|
| 1 |
+
numpy>=2.1.0
|
| 2 |
+
pydantic>=2.9.0
|
| 3 |
+
openai>=1.55.0
|
| 4 |
+
fastapi==0.110.0
|
| 5 |
+
uvicorn==0.27.1
|
| 6 |
+
python-dotenv>=1.0.0
|