From 042153329b2a4c5e654f9ef8257f65a841961ddf Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Sun, 23 Mar 2025 05:42:00 +0800 Subject: [PATCH] Update dependencies --- pyproject.toml | 3 ++- requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b93969ad..6ce77e49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,8 @@ dependencies = [ "aiohttp", "jinja2", "safetensors", - "watchdog" + "watchdog", + "beautifulsoup4" ] [project.urls] diff --git a/requirements.txt b/requirements.txt index 5c670ec0..87d1fa12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ aiohttp jinja2 safetensors -watchdog \ No newline at end of file +watchdog +beautifulsoup4 \ No newline at end of file