From 8f775e55316c846b1c28978fd280221b4e6ef0ec Mon Sep 17 00:00:00 2001 From: Carlos Escalante Date: Thu, 2 Apr 2026 16:16:33 -0600 Subject: [PATCH] Add python-dateutil to requirements for production The municipal receipts endpoint uses dateutil.relativedelta to derive the billing period (previous month from receipt date). Co-Authored-By: Claude Opus 4.6 (1M context) --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index 4c586e2..2582ab7 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,3 +10,4 @@ alembic httpx pywebpush py-vapid +python-dateutil