From 84cffdac3e12c5296245c754fce0149171afdccc Mon Sep 17 00:00:00 2001 From: "Loic A. Royer" Date: Thu, 9 May 2024 13:26:07 -0700 Subject: [PATCH] Problem with lxml_html_clean package --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index be7e3cb..296d17f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -65,6 +65,9 @@ install_requires = jedi black + # needed because lxml has spun out this code out of its main repo: + lxml_html_clean + python_requires = >=3.9 include_package_data = True