Skip to content

Commit

Permalink
Merge pull request #4 from whole-tale/lxml_fix
Browse files Browse the repository at this point in the history
fix: lxml_html_clean has to use separate package
  • Loading branch information
Xarthisius authored Feb 12, 2025
2 parents f649cd4 + 531a903 commit 779f1cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name="girder-wholetale",
long_description=long_description,
long_description_content_type="text/markdown",
version="2.0.0",
version="2.0.1",
description="Girder plugin implementing Whole Tale core functionality.",
packages=find_packages(),
include_package_data=True,
Expand Down Expand Up @@ -38,11 +38,11 @@
"requests",
"validators",
"html2markdown",
"lxml[html_clean]",
"lxml_html_clean",
"GitPython",
"httpio>=0.3.0",
"fs",
"gwvolman>=2.0.0",
"gwvolman>=2.1.2",
],
entry_points={"girder.plugin": ["wholetale = girder_wholetale:WholeTalePlugin"]},
zip_safe=False,
Expand Down

0 comments on commit 779f1cf

Please sign in to comment.