Skip to content

Commit

Permalink
Merge pull request #234 from scrapinghub/lxml-clean-fix
Browse files Browse the repository at this point in the history
Replace lxml[html-clean] with lxml + lxml-html-clean, fix the deps in setup.py
  • Loading branch information
kmike authored May 28, 2024
2 parents 2135b28 + 9fdc157 commit 30dc1e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# project requirements, install them using following command:
# pip install -r requirements.txt
lxml[html_clean]
lxml
lxml-html-clean
requests
rdflib>=6.0.0
pyrdfa3
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def get_version():
python_requires=">=3.8",
install_requires=[
"lxml",
"lxml-html-clean",
"rdflib>=6.0.0",
"pyrdfa3",
"mf2py",
Expand Down

0 comments on commit 30dc1e3

Please sign in to comment.