9 lines
295 B
Plaintext
9 lines
295 B
Plaintext
# Minimal deps for app.edge_dispatch_service only (center dispatch container).
|
|
# Do NOT use the full requirements.txt here — it pulls torch/transformers and fills the disk.
|
|
fastapi==0.116.1
|
|
uvicorn[standard]==0.35.0
|
|
pydantic==2.11.7
|
|
pydantic-settings==2.10.1
|
|
python-dotenv==1.1.1
|
|
oss2==2.18.5
|