21 lines
388 B
TOML
21 lines
388 B
TOML
[tool.poetry]
|
|
name = "alpina"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Iurii Tatishchev <itatishch@gmail.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
ansible = "^10.1.0"
|
|
ansible-vault = "^2.1.0"
|
|
netaddr = "^1.3.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
grafanalib = "^0.7.1"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|