-
Notifications
You must be signed in to change notification settings - Fork 1
reference dependencies
Bryan edited this page Jun 13, 2026
·
1 revision
Lode has no required runtime dependencies in pyproject.toml. Optional graph projection, development tooling, Docker images, and GitHub automation make up the rest of the dependency surface.
| Group | Source | Dependencies |
|---|---|---|
| Runtime | pyproject.toml |
None. |
Optional kuzu
|
pyproject.toml |
kuzu>=0.11.0. |
| Development | pyproject.toml |
bandit, coverage, deptry, mypy, pip-audit, pre-commit, radon, ruff, vulture. |
| File | Dependency | Purpose |
|---|---|---|
Dockerfile |
python:3.12-slim |
Daemon image base. |
docker-compose.yml |
ghcr.io/huggingface/text-embeddings-inference:cpu-1.9 |
Local embedding service. |
| File | Dependency |
|---|---|
.github/workflows/ci.yml |
actions/checkout@v6, astral-sh/setup-uv@v7
|
.github/workflows/codeql.yml |
GitHub CodeQL actions |
.github/dependabot.yml |
Dependabot package ecosystem config |
renovate.json |
Renovate update policy |