aboutsummaryrefslogtreecommitdiff
path: root/infrastructure/pyproject.toml
blob: 3d7000f20e58b89aefe8479fa0a5218e49f42b94 (plain)
1
2
3
4
5
6
7
8
9
[project]
name = "infrastructure"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "ansible>=12.1.0",
]