diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-08-08 15:24:41 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-08-08 15:24:41 +0200 |
commit | b4a0c6772bd91f7745a775d273c6120a5b394a33 (patch) | |
tree | c8a389ce176e0baffd5ec8cfc86edd0be327935f /overlays/smartprom/pyproject.toml | |
parent | 5bf6cf54bee7413af45ab105164226141833efe4 (diff) | |
download | nixos-b4a0c6772bd91f7745a775d273c6120a5b394a33.tar nixos-b4a0c6772bd91f7745a775d273c6120a5b394a33.tar.gz nixos-b4a0c6772bd91f7745a775d273c6120a5b394a33.tar.bz2 nixos-b4a0c6772bd91f7745a775d273c6120a5b394a33.tar.xz nixos-b4a0c6772bd91f7745a775d273c6120a5b394a33.zip |
...
Diffstat (limited to 'overlays/smartprom/pyproject.toml')
-rw-r--r-- | overlays/smartprom/pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/overlays/smartprom/pyproject.toml b/overlays/smartprom/pyproject.toml index ad58bd51..8ca28f00 100644 --- a/overlays/smartprom/pyproject.toml +++ b/overlays/smartprom/pyproject.toml | |||
@@ -1,6 +1,6 @@ | |||
1 | [tool.poetry] | 1 | [tool.poetry] |
2 | name = "smartprom" | 2 | name = "smartprom" |
3 | version = "2.2.0" | 3 | version = "2.3.0" |
4 | authors = [] | 4 | authors = [] |
5 | description = "" | 5 | description = "" |
6 | 6 | ||
@@ -8,7 +8,7 @@ description = "" | |||
8 | smartprom = "smartprom.__main__:main" | 8 | smartprom = "smartprom.__main__:main" |
9 | 9 | ||
10 | [tool.poetry.dependencies] | 10 | [tool.poetry.dependencies] |
11 | python = ">=3.10.0,<3.12" | 11 | python = ">=3.10.0,<3.13" |
12 | prometheus-client = "^0.16.0" | 12 | prometheus-client = "^0.16.0" |
13 | 13 | ||
14 | [build-system] | 14 | [build-system] |