Files
infra-meraki/pyproject.toml
Luke Tainton e46c72e410
Some checks failed
Deploy / deploy (push) Failing after 44s
Initial
2026-02-22 20:26:42 +00:00

11 lines
192 B
TOML

[project]
name = "infra-meraki"
version = "0.0.0"
description = "Meraki as Code"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"ansible>=13.3.0",
"meraki>=2.1.2",
]