Add HTML minification

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-07-17 19:31:59 -07:00
parent 0bc7a043ea
commit a5ba36e049
3 changed files with 95 additions and 44 deletions

View File

@@ -10,6 +10,7 @@ django-hcaptcha = "*"
django-environ = "*"
django-guardian = "*"
django-colorfield = "*"
django-minify-html = "*"
[dev-packages]
mypy = "*"