DocHub/backend/requirements.txt
Tianyang 4c19fad561 refactor: replace Garage/S3 storage with local filesystem storage
Single-node deployment doesn't benefit from S3 abstraction overhead;
LocalFileClient keeps the same interface DocumentService depends on,
backed by a STORAGE_DIR volume mount instead of a separate Garage service.
2026-08-01 16:30:02 +08:00

7 lines
115 B
Plaintext

fastapi==0.115.0
uvicorn[standard]==0.30.6
meilisearch==0.31.5
pytest==8.3.3
httpx==0.27.2
python-multipart==0.0.9