From 92f8d2e2a144545d0080d3729f7aa64337a94af7 Mon Sep 17 00:00:00 2001 From: huangboming Date: Fri, 25 Apr 2025 18:19:18 +0800 Subject: [PATCH] chore: update requirements.txt to include pytz --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d37098f..0c3850a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ beautifulsoup4 lxml feedgen -requests \ No newline at end of file +requests +pytz \ No newline at end of file