From 879fdc38492aa39051e8f5c3cab8021e3777b79a Mon Sep 17 00:00:00 2001 From: Min Zeya Phyo Date: Thu, 19 Feb 2026 19:31:54 +0800 Subject: [PATCH] Add lxml_html_clean dep for newspaper3k compat --- backend/requirements-pipeline.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/requirements-pipeline.txt b/backend/requirements-pipeline.txt index fffc9d4..3a791e4 100644 --- a/backend/requirements-pipeline.txt +++ b/backend/requirements-pipeline.txt @@ -5,6 +5,7 @@ beautifulsoup4==4.12.3 requests==2.31.0 feedparser==6.0.11 newspaper3k==0.2.8 +lxml_html_clean # Database psycopg2-binary==2.9.9