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.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/overlays/smartprom/pyproject.toml b/overlays/smartprom/pyproject.toml
new file mode 100644
index 00000000..ad58bd51
--- /dev/null
+++ b/overlays/smartprom/pyproject.toml
@@ -0,0 +1,16 @@
1[tool.poetry]
2name = "smartprom"
3version = "2.2.0"
4authors = []
5description = ""
6
7[tool.poetry.scripts]
8smartprom = "smartprom.__main__:main"
9
10[tool.poetry.dependencies]
11python = ">=3.10.0,<3.12"
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