Split requirements into base and local variants

Remote mode only needs FastAPI, httpx and lightweight deps.
Local mode adds docling and docling-core for in-process conversion.
This commit is contained in:
Pier-Jean Malandrino 2026-04-02 21:40:02 +02:00
parent b9c701b711
commit 8dd917b6ed
2 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1,3 @@
-r requirements.txt
docling>=2.80.0,<3.0.0
docling-core>=2.0.0,<3.0.0

View file

@ -1,5 +1,3 @@
docling>=2.80.0,<3.0.0
docling-core>=2.0.0,<3.0.0
fastapi>=0.115.0,<1.0.0
uvicorn[standard]>=0.32.0,<1.0.0
python-multipart>=0.0.12