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