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>
4 lines
221 B
Text
4 lines
221 B
Text
# Runtime install. pyproject.toml is the single source of truth for
|
|
# dependencies; this file just installs the package (and thus its declared
|
|
# runtime dependencies) so `pip install -r requirements.txt` keeps working.
|
|
.
|