From 4a6813e75f9e88faadf50a7161b9776ec12e772f Mon Sep 17 00:00:00 2001 From: Walter Date: Fri, 21 Feb 2025 10:44:21 +0100 Subject: [PATCH] relaxed a requirement to fix a docker crash --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index f5d4b3c..481452b 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -2,7 +2,7 @@ django==5.1.6 django-crispy-forms==2.3 django-resized==1.0.3 django-cleanup==9.0.0 -django-minify-html==1.12.0 +django-minify-html crispy-bootstrap4==2024.10 django-extensions==3.2.3 tqdm==4.67.1