aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2022-05-30 20:59:47 -0700
committerGravatar MarkKoz <[email protected]>2022-05-30 20:59:47 -0700
commit416eabe3ac6224a17875ab2ae466666afc62ca4d (patch)
tree197ae4bed9e57c83b839ed777d346dbd10d7cd9c /pyproject.toml
parentRemove redundant module for creating the WSGI app (diff)
Specify wsgi_app in Gunicorn config
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index abcf04f..ac28b6e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -32,7 +32,7 @@ dependencies = [
]
[project.optional-dependencies]
-gunicorn = ["gunicorn>=20"]
+gunicorn = ["gunicorn>=20.1"] # Lowest which supports wsgi_app in config.
sentry = ["sentry-sdk[falcon]>=1.5.4"]
[project.urls]