From 84eb779ff17b2967cba8b9f0456c1d9d1dd7fed9 Mon Sep 17 00:00:00 2001 From: Walter Date: Fri, 21 Feb 2025 10:08:51 +0100 Subject: [PATCH] added django-minify-html --- app/requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/requirements.txt b/app/requirements.txt index cdefe0e..f5d4b3c 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,10 +1,11 @@ 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 crispy-bootstrap4==2024.10 django-extensions==3.2.3 tqdm==4.67.1 Pillow==11.* -django-resized==1.0.3 -django-cleanup==9.0.0 psycopg2-binary==2.9.10 gunicorn[gevent] \ No newline at end of file