From c5af35a44298d2dc3d7a9dc199378a7a2566cb8c Mon Sep 17 00:00:00 2001 From: "Peter A. Jonsson" Date: Sat, 6 Apr 2024 12:48:30 +0200 Subject: [PATCH] setup.py: depend on lxml_html_clean This has been split out to a separate package according to the error message from the CI. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 635409bae..1ed14dbcd 100755 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ "deepdiff", "flake8", "jsonschema >= 4.18", + "lxml_html_clean", "pre-commit", "pytest", "pytest-benchmark",