Spaces:
Runtime error
Runtime error
prashasti commited on
Commit ·
41c8edf
1
Parent(s): c345ecc
Changes for requirements
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
|
|
|
| 3 |
openai>=1.0.0
|
| 4 |
-
python-dotenv>=1.0.0
|
| 5 |
openenv-core>=0.2.0
|
| 6 |
-
|
|
|
|
| 1 |
+
fastapi==0.110.0
|
| 2 |
+
uvicorn==0.29.0
|
| 3 |
+
pydantic==2.6.4
|
| 4 |
openai>=1.0.0
|
|
|
|
| 5 |
openenv-core>=0.2.0
|
| 6 |
+
pyyaml>=6.0
|