diff pyproject.toml @ 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 9218d4331bb2
children b0c36f3d3e04
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",