From b85afaeed23e821576b9e0f6527fa8bb5827ba43 Mon Sep 17 00:00:00 2001 From: LaiKash Date: Mon, 21 Oct 2024 16:36:53 +0200 Subject: [PATCH] Update pyproject.toml to include lxml_html_clean --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b615765..633e3b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,8 @@ dependencies = [ "jinja2>=3.0", "ipython-genutils>=0.1", "pyyaml>=5", - "cerberus>=1.1" + "cerberus>=1.1", + "lxml_html_clean" ] requires-python = ">=3.7" classifiers = [