Files
muxplex/requirements.txt
T
Brian Krabach 23d1d9c113 chore: retire requirements.txt in favor of pyproject.toml
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]'
2026-03-28 02:31:15 -07:00

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.