From b19bb50dcde84f97a6f52eb3dc52c0c1f0e4878b Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Tue, 18 Jun 2024 18:06:16 -0400 Subject: [PATCH] add new requirement --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index a434d091..4a1b7a08 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ joblib pytest matplotlib pandas +lxml[html_clean]