Add support for "lxml[html_clean]" v5.2 module

master
Mišo Belica 2 weeks ago
parent 95a364c43b
commit 2285531110

@ -1,6 +1,6 @@
docopt>=0.6.1,<0.7
chardet
lxml
lxml[html_clean]
pytest
pytest-cov

@ -21,7 +21,7 @@ with open(join(CURRENT_DIRECTORY, "README.rst")) as readme:
install_requires = [
"docopt>=0.6.1,<0.7",
"chardet",
"lxml>=2.0",
"lxml[html_clean]>=2.0",
]
tests_require = [
"pytest",

Loading…
Cancel
Save