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:
parent
b9c701b711
commit
8dd917b6ed
2 changed files with 3 additions and 2 deletions
3
document-parser/requirements-local.txt
Normal file
3
document-parser/requirements-local.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
-r requirements.txt
|
||||||
|
docling>=2.80.0,<3.0.0
|
||||||
|
docling-core>=2.0.0,<3.0.0
|
||||||
|
|
@ -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
|
fastapi>=0.115.0,<1.0.0
|
||||||
uvicorn[standard]>=0.32.0,<1.0.0
|
uvicorn[standard]>=0.32.0,<1.0.0
|
||||||
python-multipart>=0.0.12
|
python-multipart>=0.0.12
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue