diff options
author | 2022-05-30 20:59:47 -0700 | |
---|---|---|
committer | 2022-05-30 20:59:47 -0700 | |
commit | 416eabe3ac6224a17875ab2ae466666afc62ca4d (patch) | |
tree | 197ae4bed9e57c83b839ed777d346dbd10d7cd9c /pyproject.toml | |
parent | Remove redundant module for creating the WSGI app (diff) |
Specify wsgi_app in Gunicorn config
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
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] |