major-domo-v2/requirements.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

13 lines
240 B
Plaintext

# Core Framework
discord.py==2.5.2
pydantic==2.11.7
pydantic-settings==2.10.1
aiohttp==3.12.13
# Utilities
python-dotenv==1.1.1
redis==7.3.0
# Optional Dependencies
pygsheets==2.0.6 # For Google Sheets integration (scorecard submission)