summaryrefslogtreecommitdiff
path: root/overlays/smartprom/pyproject.toml
blob: 8ca28f0025afbdd0f1bf4cc592603cdf8b3772d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[tool.poetry]
name = "smartprom"
version = "2.3.0"
authors = []
description = ""

[tool.poetry.scripts]
smartprom = "smartprom.__main__:main"

[tool.poetry.dependencies]
python = ">=3.10.0,<3.13"
prometheus-client = "^0.16.0"

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