requirements: align dev w. prod — add celery, psycopg2-binary, redis to requirements.dev.txt (missing from the CI dev image's pre-installed set, which means the CI fallback pip install -r requirements.dev.txt step would not satisfy these prod runtime deps if the image lagged); bump requests 2.31.0 → 2.32.5 in requirements.txt to align w. the dev pin (eliminates the version-drift wedge where CI's dev-only install would silently downgrade-or-upgrade vs prod's pin)
Some checks failed
ci/woodpecker/push/pyswiss Pipeline was successful
ci/woodpecker/push/main Pipeline failed

Code architected by Disco DeDisco <discodedisco@outlook.com>
Git commit message Co-Authored-By:
Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Disco DeDisco
2026-05-12 20:10:22 -04:00
parent f9c05a3eba
commit a21e6aa251
2 changed files with 4 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ gunicorn==23.0.0
lxml==6.0.2
psycopg2-binary
redis
requests==2.31.0
requests==2.32.5
scipy
stripe
whitenoise==6.11.0