Replaced 'minify-html' with 'Flask-Minify', the old minifier was terrible

Update app.py and requirements.txt
This commit is contained in:
2025-03-04 20:43:02 +01:00
parent c4b8a95712
commit 4eebbc47a2
2 changed files with 32 additions and 22 deletions

View File

@@ -1,7 +1,8 @@
Flask~=3.0.3
Jinja2
MarkupSafe
minify-html
#minify-html
Flask-Minify
PyYAML~=6.0.2
beautifulsoup4