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