-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #40 This PR drops dependency `lxml[html_clean]` since the extra is not resolved properly by `pip`. Instead, we use both `lxml` (5.2.0) and `lxml-html-clean` (0.1.0). Signed-off-by: Valentin <valentin@waldeck.dev>
- Loading branch information
1 parent
ccbee2c
commit 019220f
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
[testenv] | ||
deps = | ||
wheel | ||
lxml[html_clean] | ||
lxml | ||
lxml-html-clean | ||
beautifulsoup4 | ||
coverage | ||
changedir = {toxinidir} | ||
|