From 12a76e2562e4b55125c9ba68cc79e16935e6c2d2 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sat, 8 Nov 2025 11:43:52 -0800 Subject: [PATCH] Add lxml to requirements.txt. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index ef6a07d..7f46315 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,7 @@ requests # For parsing RSS and Atom XML bs4 +lxml # For parsing RSS published times python-dateutil