Skip to content

Commit 9fdc157

Browse files
committed
Replace lxml[html-clean] with lxml + lxml-html-clean, fix the deps in setup.py.
1 parent 2135b28 commit 9fdc157

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# project requirements, install them using following command:
22
# pip install -r requirements.txt
3-
lxml[html_clean]
3+
lxml
4+
lxml-html-clean
45
requests
56
rdflib>=6.0.0
67
pyrdfa3

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def get_version():
4141
python_requires=">=3.8",
4242
install_requires=[
4343
"lxml",
44+
"lxml-html-clean",
4445
"rdflib>=6.0.0",
4546
"pyrdfa3",
4647
"mf2py",

0 commit comments

Comments
 (0)