diff options
| author | toufic ar <contact@toufy.me> | 2026-05-13 23:16:11 +0300 |
|---|---|---|
| committer | toufic ar <contact@toufy.me> | 2026-05-13 23:16:11 +0300 |
| commit | b8d6c62f731c3c7886f2ecc661265eedeb65e41c (patch) | |
| tree | 88e9b424e51197af993572a722f1e5c1d1bda758 /pyproject.toml | |
| parent | aca0b3964d79e58aa1b319cbdbd7b1513ba9cfd8 (diff) | |
| download | makeshiftci-b8d6c62f731c3c7886f2ecc661265eedeb65e41c.tar.gz makeshiftci-b8d6c62f731c3c7886f2ecc661265eedeb65e41c.zip | |
test flake webui
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", +] |
