From ca6652ad7ce52fc1dafa2e2df8c5ec084376e4ed Mon Sep 17 00:00:00 2001 From: Richard Date: Fri, 31 Jul 2026 11:28:11 +0200 Subject: [PATCH] fix: Add whitenoise>=6.5.0 to backend requirements.txt so Docker container installs it during build --- backend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index bb8470c..38e52a9 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,6 +7,7 @@ pillow>=10.0.0 reportlab>=4.0.0 requests>=2.31.0 gunicorn>=21.2.0 +whitenoise>=6.5.0 asgiref certifi charset-normalizer