summaryrefslogtreecommitdiff
path: root/overlays/smartprom/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/smartprom/pyproject.toml')
-rw-r--r--overlays/smartprom/pyproject.toml18
1 files changed, 7 insertions, 11 deletions
diff --git a/overlays/smartprom/pyproject.toml b/overlays/smartprom/pyproject.toml
index 8ca28f00..620efa1a 100644
--- a/overlays/smartprom/pyproject.toml
+++ b/overlays/smartprom/pyproject.toml
@@ -1,16 +1,12 @@
1[tool.poetry] 1[project]
2name = "smartprom" 2name = "smartprom"
3version = "2.3.0" 3version = "2.3.0"
4authors = [] 4dependencies = [
5description = "" 5 "prometheus-client"
6]
6 7
7[tool.poetry.scripts] 8[project.scripts]
8smartprom = "smartprom.__main__:main" 9smartprom = "smartprom.__main__:main"
9 10
10[tool.poetry.dependencies] 11[tool.setuptools]
11python = ">=3.10.0,<3.13" 12packages = ["smartprom"]
12prometheus-client = "^0.16.0"
13
14[build-system]
15requires = ["poetry-core>=1.0.0"]
16build-backend = "poetry.core.masonry.api" \ No newline at end of file