We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2135b28 commit 9fdc157Copy full SHA for 9fdc157
requirements.txt
@@ -1,6 +1,7 @@
1
# project requirements, install them using following command:
2
# pip install -r requirements.txt
3
-lxml[html_clean]
+lxml
4
+lxml-html-clean
5
requests
6
rdflib>=6.0.0
7
pyrdfa3
setup.py
@@ -41,6 +41,7 @@ def get_version():
41
python_requires=">=3.8",
42
install_requires=[
43
"lxml",
44
+ "lxml-html-clean",
45
"rdflib>=6.0.0",
46
"pyrdfa3",
47
"mf2py",
0 commit comments