summaryrefslogtreecommitdiff
path: root/overlays/smartprom/pyproject.toml
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-04-10 20:56:16 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2023-04-10 20:56:16 +0200
commitc0e3d0e72d9d636728a5171511e3ce1003203567 (patch)
treec75fbcfe4802c48fd5162792f38475d74d2cad57 /overlays/smartprom/pyproject.toml
parent24207674f36e900fd2aa51787cb70756413962c2 (diff)
downloadnixos-c0e3d0e72d9d636728a5171511e3ce1003203567.tar
nixos-c0e3d0e72d9d636728a5171511e3ce1003203567.tar.gz
nixos-c0e3d0e72d9d636728a5171511e3ce1003203567.tar.bz2
nixos-c0e3d0e72d9d636728a5171511e3ce1003203567.tar.xz
nixos-c0e3d0e72d9d636728a5171511e3ce1003203567.zip
bump
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