23d1d9c113
Addresses code quality suggestion from review: requirements.txt was a redundant secondary source of truth. Dependencies are now exclusively managed in pyproject.toml with proper runtime/dev separation. - requirements.txt: replaced with a comment redirecting to pip install -e '[dev]' - README.md: updated install command from pip install -r requirements.txt to pip install -e '[dev]'
7 lines
207 B
Plaintext
7 lines
207 B
Plaintext
# Dependencies are now managed in pyproject.toml.
|
|
# Install runtime + dev dependencies with:
|
|
#
|
|
# pip install -e ".[dev]"
|
|
#
|
|
# This file is kept for historical reference only and is no longer authoritative.
|