[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"