pyproject.toml: add dependency required with newer lxml
This commit is contained in:
parent
e35bc3852b
commit
3e3de7ea59
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue