diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 68655cf..08f07c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,3 +7,7 @@ requires-python = ">=3.12" dependencies = [ "flask>=3.1.3", ] +[dependency-groups] +dev = [ + "gunicorn>=26.0.0", +] |
