We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f8319 commit a0cf37dCopy full SHA for a0cf37d
backend/pyproject.toml
@@ -24,7 +24,6 @@ dependencies = [
24
"PyJWT==2.8.0",
25
"paramiko==3.4.0",
26
"humanfriendly==10.0",
27
- "beautifulsoup4==4.12.3",
28
]
29
license = {text = "GPL-3.0-or-later"}
30
classifiers = [
worker/manager/pyproject.toml
@@ -18,6 +18,7 @@ dependencies = [
18
19
20
"pycountry==24.6.1",
21
+ "beautifulsoup4==4.12.3",
22
23
0 commit comments