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