From d2be9e2e8d1964c78c23a4713c9fd737865d7367 Mon Sep 17 00:00:00 2001 From: LaiKash Date: Thu, 21 Nov 2024 09:57:32 +0100 Subject: [PATCH] Update pyproject.toml to include lxml_html_clean (#80) --- 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 = [