Remove minify_html package - HTML file is no longer minified

Savings were 5K (~15KB vs ~20KB) for the generated .html file, but minify_html is currently not compatible with python3.13+
This commit is contained in:
Patrick Robertson
2025-01-14 11:36:10 +01:00
parent 4e13a09a87
commit 080f474d49
3 changed files with 2 additions and 40 deletions

View File

@@ -54,7 +54,6 @@ dependencies = [
"warcio (>=0.0.0)",
"jsonlines (>=0.0.0)",
"pysubs2 (>=0.0.0)",
"minify-html (>=0.0.0)",
"retrying (>=0.0.0)",
"tsp-client (>=0.0.0)",
"certvalidator (>=0.0.0)",