Skip to content

Commit 1e059a9

Browse files
fix: add gunicorn dependency to pyproject.toml and uv.lock
1 parent cf158aa commit 1e059a9

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

backend/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ license = {text = "AGPL-3.0 license"}
88
authors = [
99
{name = "HOTOSM", email = "sysadmin@hotosm.org"},
1010
]
11+
dependencies = [
12+
"gunicorn>=23.0.0",
13+
]
1114

1215
[tool.uv]
1316
default-groups = ["api"]

backend/uv.lock

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)