aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 68655cf6461945dbb71ed5800589f26fcdedbf9d (plain) (blame)
1
2
3
4
5
6
7
8
9
[project]
name = "makeshiftci"
version = "2.2.0"
description = "a makeshift CI solution"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "flask>=3.1.3",
]