All checks were successful
Build Docker Image / build (pull_request) Successful in 2m58s
- 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>
10 lines
148 B
Plaintext
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
|