Add python-dateutil to requirements for production
All checks were successful
Deploy to VPS / deploy (push) Successful in 33s

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) <noreply@anthropic.com>
This commit is contained in:
Carlos Escalante
2026-04-02 16:16:33 -06:00
parent 739a32efd4
commit 8f775e5531

View File

@@ -10,3 +10,4 @@ alembic
httpx httpx
pywebpush pywebpush
py-vapid py-vapid
python-dateutil