diff options
Diffstat (limited to 'overlays/smartprom/pyproject.toml')
| -rw-r--r-- | overlays/smartprom/pyproject.toml | 18 |
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] |
| 2 | name = "smartprom" | 2 | name = "smartprom" |
| 3 | version = "2.3.0" | 3 | version = "2.3.0" |
| 4 | authors = [] | 4 | dependencies = [ |
| 5 | description = "" | 5 | "prometheus-client" |
| 6 | ] | ||
| 6 | 7 | ||
| 7 | [tool.poetry.scripts] | 8 | [project.scripts] |
| 8 | smartprom = "smartprom.__main__:main" | 9 | smartprom = "smartprom.__main__:main" |
| 9 | 10 | ||
| 10 | [tool.poetry.dependencies] | 11 | [tool.setuptools] |
| 11 | python = ">=3.10.0,<3.13" | 12 | packages = ["smartprom"] |
| 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 | ||
