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

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

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

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