From a0cf37d73ba935e07bf204cec8c61d3ffe12fcfc Mon Sep 17 00:00:00 2001 From: rgaudin Date: Mon, 25 Nov 2024 14:26:05 +0000 Subject: [PATCH] fixed bs dependency in wrong project --- backend/pyproject.toml | 1 - worker/manager/pyproject.toml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 2df4748..135444e 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -24,7 +24,6 @@ dependencies = [ "PyJWT==2.8.0", "paramiko==3.4.0", "humanfriendly==10.0", - "beautifulsoup4==4.12.3", ] license = {text = "GPL-3.0-or-later"} classifiers = [ diff --git a/worker/manager/pyproject.toml b/worker/manager/pyproject.toml index 78c2320..47453fa 100644 --- a/worker/manager/pyproject.toml +++ b/worker/manager/pyproject.toml @@ -18,6 +18,7 @@ dependencies = [ "paramiko==3.4.0", "humanfriendly==10.0", "pycountry==24.6.1", + "beautifulsoup4==4.12.3", ] license = {text = "GPL-3.0-or-later"} classifiers = [