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)
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:
@@ -1,6 +1,7 @@
|
||||
asgiref==3.11.0
|
||||
attrs==25.4.0
|
||||
certifi==2025.11.12
|
||||
celery
|
||||
cffi==2.0.0
|
||||
channels
|
||||
channels-redis
|
||||
@@ -23,9 +24,11 @@ idna==3.11
|
||||
lxml==6.0.2
|
||||
outcome==1.3.0.post0
|
||||
packaging==25.0
|
||||
psycopg2-binary
|
||||
pycparser==2.23
|
||||
PySocks==1.7.1
|
||||
python-dotenv
|
||||
redis
|
||||
requests==2.32.5
|
||||
scipy
|
||||
selenium==4.39.0
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user