9 lines
163 B
TOML
9 lines
163 B
TOML
|
|
[project]
|
||
|
|
name = "docker-ansible"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = "Add your description here"
|
||
|
|
requires-python = ">=3.13"
|
||
|
|
dependencies = [
|
||
|
|
"ansible>=11.9.0",
|
||
|
|
]
|