Spaces:
Sleeping
Sleeping
Claude Code commited on
Commit ·
79366d2
1
Parent(s): c7fcaab
Claude Code: Fix uvicorn not found - add fastapi+uvicorn to requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
|
@@ -2,3 +2,7 @@
|
|
| 2 |
# Auto-generated fallback manifest
|
| 3 |
huggingface-hub>=0.20.0
|
| 4 |
gitpython>=3.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
# Auto-generated fallback manifest
|
| 3 |
huggingface-hub>=0.20.0
|
| 4 |
gitpython>=3.1.0
|
| 5 |
+
|
| 6 |
+
# Web server dependencies
|
| 7 |
+
fastapi>=0.104.0
|
| 8 |
+
uvicorn[standard]>=0.24.0
|