Spaces:
Sleeping
Sleeping
Add all required dependencies for backend
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# --- Core backend ---
|
| 2 |
-
fastapi==0.
|
| 3 |
uvicorn==0.29.0
|
| 4 |
python-dotenv==1.0.1
|
| 5 |
|
|
|
|
| 1 |
# --- Core backend ---
|
| 2 |
+
fastapi==0.115.0
|
| 3 |
uvicorn==0.29.0
|
| 4 |
python-dotenv==1.0.1
|
| 5 |
|