llamacppctl/requirements-dev.txt
dschlueter 946de07d47 build: make pyproject the single source of dependency truth
requirements.txt / requirements-dev.txt used to duplicate the dependency
pins from pyproject.toml by hand, which can silently drift. Point them at
the package itself (`.` and `-e .[dev]`) so the pins live in exactly one
place; `pip install -r requirements*.txt` keeps working.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-07 10:36:00 +02:00

4 lines
207 B
Text

# Development install. Editable package plus the [dev] extra (pytest, ruff,
# mypy, ...). pyproject.toml remains the single source of truth; there is no
# manual dependency mirror to keep in sync.
-e .[dev]