blob: 9b92bf0edaa96cea46f1fae760b929f14113a609 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[project]
name = "infra"
version = "0.1.0"
description = "Remote infrastructure."
readme = "README.md"
requires-python = ">=3.14"
dependencies = []
[dependency-groups]
dev = [
"ansible>=13.7.0,<13.8",
"ansible-core>=2.20.6,<2.21",
"ansible-dev-tools>=26.4.6,<26.5",
"passlib>=1.7.4,<1.8",
]
|