Skip to content

Commit d2be9e2

Browse files
authored
Update pyproject.toml to include lxml_html_clean (#80)
1 parent cbfa325 commit d2be9e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ dependencies = [
1616
"jinja2>=3.0",
1717
"ipython-genutils>=0.1",
1818
"pyyaml>=5",
19-
"cerberus>=1.1"
19+
"cerberus>=1.1",
20+
"lxml_html_clean"
2021
]
2122
requires-python = ">=3.7"
2223
classifiers = [

0 commit comments

Comments
 (0)