aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authortoufic ar <contact@toufy.me>2026-05-13 23:16:11 +0300
committertoufic ar <contact@toufy.me>2026-05-13 23:16:11 +0300
commitb8d6c62f731c3c7886f2ecc661265eedeb65e41c (patch)
tree88e9b424e51197af993572a722f1e5c1d1bda758 /pyproject.toml
parentaca0b3964d79e58aa1b319cbdbd7b1513ba9cfd8 (diff)
downloadmakeshiftci-b8d6c62f731c3c7886f2ecc661265eedeb65e41c.tar.gz
makeshiftci-b8d6c62f731c3c7886f2ecc661265eedeb65e41c.zip
test flake webui
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
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",
+]