diff options
Diffstat (limited to 'overlays/smartprom/pyproject.toml')
-rw-r--r-- | overlays/smartprom/pyproject.toml | 16 |
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] | ||
2 | name = "smartprom" | ||
3 | version = "2.2.0" | ||
4 | authors = [] | ||
5 | description = "" | ||
6 | |||
7 | [tool.poetry.scripts] | ||
8 | smartprom = "smartprom.__main__:main" | ||
9 | |||
10 | [tool.poetry.dependencies] | ||
11 | python = ">=3.10.0,<3.12" | ||
12 | prometheus-client = "^0.16.0" | ||
13 | |||
14 | [build-system] | ||
15 | requires = ["poetry-core>=1.0.0"] | ||
16 | build-backend = "poetry.core.masonry.api" \ No newline at end of file | ||