changeset 4235:d28ad04049c7

install (pyproject): update `lxml` and add `lxml_html_clean` which is now a separate project.
author Goffi <goffi@goffi.org>
date Sat, 06 Apr 2024 15:04:07 +0200
parents 67de9ed101aa
children f59e9421a650
files pyproject.toml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pyproject.toml	Sat Apr 06 15:04:01 2024 +0200
+++ b/pyproject.toml	Sat Apr 06 15:04:07 2024 +0200
@@ -30,7 +30,8 @@
     "html2text < 2020.2",
     "jinja2 >= 3.1.2",
     "langid < 2",
-    "lxml >= 3.1.0",
+    "lxml ~= 5.2",
+    "lxml_html_clean >= 0.1.1",
     "markdown >= 3.0",
     "miniupnpc < 2.1",
     "mutagen < 2",