Update requirements.txt
Browse files- requirements.txt +0 -16
requirements.txt
CHANGED
|
@@ -1,20 +1,4 @@
|
|
| 1 |
-
================================================================
|
| 2 |
-
FILE: requirements.txt
|
| 3 |
-
PLACE AT: / (root of HF Space repo)
|
| 4 |
-
USED BY: Dockerfile Step 4 → pip3 install --break-system-packages -r requirements.txt
|
| 5 |
-
================================================================
|
| 6 |
-
THESE ARE PYTHON DEPS FOR app.py (FastAPI on port 7860).
|
| 7 |
-
Ollama itself does NOT need Python — it's a Go binary.
|
| 8 |
-
================================================================
|
| 9 |
-
|
| 10 |
-
# FastAPI server — serves on PORT 7860
|
| 11 |
fastapi==0.111.0
|
| 12 |
-
|
| 13 |
-
# ASGI server — binds to PORT 7860
|
| 14 |
uvicorn==0.30.1
|
| 15 |
-
|
| 16 |
-
# HTTP client — used to proxy to Ollama on PORT 11434
|
| 17 |
httpx==0.27.0
|
| 18 |
-
|
| 19 |
-
# Server-Sent Events for /shell/stream endpoint
|
| 20 |
sse-starlette==2.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
fastapi==0.111.0
|
|
|
|
|
|
|
| 2 |
uvicorn==0.30.1
|
|
|
|
|
|
|
| 3 |
httpx==0.27.0
|
|
|
|
|
|
|
| 4 |
sse-starlette==2.1.0
|