Spaces:
Sleeping
Sleeping
Commit ·
adcc94e
1
Parent(s): 485a57e
fix: add missing fastapi and uvicorn dependencies to root requirements
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,2 +1,4 @@
|
|
|
|
|
|
|
|
| 1 |
pydantic>=2.0.0
|
| 2 |
openai>=1.10.0
|
|
|
|
| 1 |
+
fastapi>=0.110.0
|
| 2 |
+
uvicorn[standard]>=0.27.0
|
| 3 |
pydantic>=2.0.0
|
| 4 |
openai>=1.10.0
|