Files
infra-meraki/pyproject.toml
Luke Tainton 3e3aa4767d
All checks were successful
Deploy / deploy (push) Successful in 32s
Install jmespath
2026-02-22 20:42:17 +00:00

12 lines
215 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",
"jmespath>=1.1.0",
"meraki>=2.1.2",
]