From a21e6aa2516fb8212f7b16833e9fa9d83971ac1f Mon Sep 17 00:00:00 2001 From: Disco DeDisco Date: Tue, 12 May 2026 20:10:22 -0400 Subject: [PATCH] =?UTF-8?q?requirements:=20align=20dev=20w.=20prod=20?= =?UTF-8?q?=E2=80=94=20add=20celery,=20psycopg2-binary,=20redis=20to=20req?= =?UTF-8?q?uirements.dev.txt=20(missing=20from=20the=20CI=20dev=20image's?= =?UTF-8?q?=20pre-installed=20set,=20which=20means=20the=20CI=20fallback?= =?UTF-8?q?=20`pip=20install=20-r=20requirements.dev.txt`=20step=20would?= =?UTF-8?q?=20not=20satisfy=20these=20prod=20runtime=20deps=20if=20the=20i?= =?UTF-8?q?mage=20lagged);=20bump=20requests=202.31.0=20=E2=86=92=202.32.5?= =?UTF-8?q?=20in=20requirements.txt=20to=20align=20w.=20the=20dev=20pin=20?= =?UTF-8?q?(eliminates=20the=20version-drift=20wedge=20where=20CI's=20dev-?= =?UTF-8?q?only=20install=20would=20silently=20downgrade-or-upgrade=20vs?= =?UTF-8?q?=20prod's=20pin)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Code architected by Disco DeDisco Git commit message Co-Authored-By: Claude Sonnet 4.6 --- requirements.dev.txt | 3 +++ requirements.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index e617edf..187c811 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 86eeb5e..477fe25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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