pyproject.toml: add dependency required with newer lxml

This commit is contained in:
Emi Vasilek 2024-10-12 00:04:40 +02:00
parent e35bc3852b
commit 3e3de7ea59

View file

@ -9,7 +9,7 @@ description = "Smart recipe static site generator"
authors = [{ name = "Emi Vasilek", email = "emi.vasilek@gmail.com" }]
keywords = ["recipes", "recipe", "static site generator"]
requires-python = ">= 3.8"
dependencies = ["jsonschema", "jinja2", "PyYAML", "mistune", "lxml"]
dependencies = ["jsonschema", "jinja2", "PyYAML", "mistune", "lxml", "lxml_html_clean"]
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python",