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