aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: cac7e2c2c42ade2ce2383976cba6b53143607212 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[project]
name = "makeshiftci-web"
version = "3.0.0"
description = "webUI for makeshiftci"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "flask>=3.1.0",
]
[dependency-groups]
dev = [
    "gunicorn>=26.0.0",
]