major-domo-v2/requirements-dev.txt
Cal Corum 88edd1fa10
All checks were successful
Build Docker Image / build (pull_request) Successful in 2m58s
chore: pin all Python dependency versions in requirements.txt (#76)
- Pin redis==7.3.0 and move to requirements.txt (production)
- Create requirements-dev.txt with all dev/test deps pinned to exact versions
  (pytest-mock==3.15.1, black==26.1.0, ruff==0.15.0)
- Remove dev/test tools from requirements.txt (not needed in Docker image)
- Document pinning policy and requirements-dev.txt usage in CLAUDE.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-10 01:03:27 -05:00

10 lines
148 B
Plaintext

-r requirements.txt
# Development & Testing
pytest==8.4.1
pytest-asyncio==1.0.0
pytest-mock==3.15.1
aioresponses==0.7.8
black==26.1.0
ruff==0.15.0