Skip to content

Commit a0cf37d

Browse files
committed
fixed bs dependency in wrong project
1 parent f9f8319 commit a0cf37d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

backend/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ dependencies = [
2424
"PyJWT==2.8.0",
2525
"paramiko==3.4.0",
2626
"humanfriendly==10.0",
27-
"beautifulsoup4==4.12.3",
2827
]
2928
license = {text = "GPL-3.0-or-later"}
3029
classifiers = [

worker/manager/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dependencies = [
1818
"paramiko==3.4.0",
1919
"humanfriendly==10.0",
2020
"pycountry==24.6.1",
21+
"beautifulsoup4==4.12.3",
2122
]
2223
license = {text = "GPL-3.0-or-later"}
2324
classifiers = [

0 commit comments

Comments
 (0)