Skip to content

Commit

Permalink
change from lxml to lxml[html_clean] in test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Apr 12, 2024
1 parent 398e063 commit 489453a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ pyside6 = [
]
test = [
"coverage",
"lxml",
"lxml[html_clean]",
"pytest>=7.0.0",
"pytest-qt",
"pytest-timeout",
Expand Down

0 comments on commit 489453a

Please sign in to comment.