summaryrefslogtreecommitdiff
path: root/overlays/smartprom/pyproject.toml
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2026-04-16 19:15:46 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2026-04-16 19:15:46 +0200
commitd02070251ba23429ba2514d71f30eebece187b7f (patch)
tree8bb792fd3aca1f5d6a57c934c4759195889eedc8 /overlays/smartprom/pyproject.toml
parent75152da49a7f6b6ade429b69bde169c810c674ee (diff)
downloadnixos-d02070251ba23429ba2514d71f30eebece187b7f.tar
nixos-d02070251ba23429ba2514d71f30eebece187b7f.tar.gz
nixos-d02070251ba23429ba2514d71f30eebece187b7f.tar.bz2
nixos-d02070251ba23429ba2514d71f30eebece187b7f.tar.xz
nixos-d02070251ba23429ba2514d71f30eebece187b7f.zip
bump vidhar
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