From 86689b47a7b1583109cb9cb0e663dd8dcb1dcee8 Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Wed, 5 Feb 2025 23:13:53 +0300 Subject: [PATCH] Add BeautifulSoup4 to project dependencies --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 322ca46..7158471 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,5 @@ TgCrypto==1.2.5 pillow==11.1.0 feedgen==1.0.0 python-dateutil==2.9.0.post0 -python-magic==0.4.27 \ No newline at end of file +python-magic==0.4.27 +beautifulsoup4 \ No newline at end of file