Add web resource minification
This commit is contained in:
@@ -10,12 +10,16 @@ python = "^3.8"
|
||||
"ruamel.yaml" = "^0.17.4"
|
||||
Jinja2 = "^2.11.3"
|
||||
marshmallow = "^3.11.1"
|
||||
minify-html = "^0.8.0"
|
||||
jsmin = "^3.0.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
black = "^20.8b1"
|
||||
ipython = "^7.28.0"
|
||||
mdformat = "^0.7.10"
|
||||
pre-commit = "^2.12.1"
|
||||
reorder-python-imports = "^2.4.0"
|
||||
pre-commit-hooks = "^3.4.0"
|
||||
reorder-python-imports = "^2.4.0"
|
||||
black = "^22.1.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
||||
Reference in New Issue
Block a user