summaryrefslogtreecommitdiff
path: root/tools/sops-inventory/pyproject.toml
blob: c78588fcd9400196e3141fbc4e49fdfffb2e95c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tool.poetry]
name = "sops_inventory"
version = "0.0.0"
description = ""
authors = ["Gregor Kleen <gkleen@yggdrasil.li>"]

[tool.poetry.dependencies]
python = "^3.10"
pyyaml = "^6.0"


[tool.poetry.scripts]
sops-inventory = 'sops_inventory.__main__:main'

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"