docling
transformers
pyinstaller
docling-hierarchical-pdf
defusedxml
# LiteLLM proxy — only used when EXULU_USE_LITELLM=true. Always installed so
# the dep is ready when the env var is flipped. Pinned to a tested version;
# upgrade deliberately.
litellm[proxy]==1.85.1
# Prisma Python client — required by LiteLLM proxy whenever a `database_url`
# is set in config.litellm.yaml (used for user/budget tracking, key
# management, etc.). NOT included in litellm[proxy] in 1.85.1, hence the
# separate pin. setup.sh runs `prisma generate` against LiteLLM's bundled
# schema after pip install so the Python client module is materialized.
prisma==0.15.0
# Vertex AI SDK — required by LiteLLM when routing to `vertex_ai/*` models
# (the `vertexai` Python module lives inside google-cloud-aiplatform).
# NOT included in litellm[proxy]; without it, requests to Vertex models
# fail with "No module named 'vertexai'".
google-cloud-aiplatform>=1.38
