diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-04-10 20:56:16 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-04-10 20:56:16 +0200 |
commit | c0e3d0e72d9d636728a5171511e3ce1003203567 (patch) | |
tree | c75fbcfe4802c48fd5162792f38475d74d2cad57 /overlays/smartprom/pyproject.toml | |
parent | 24207674f36e900fd2aa51787cb70756413962c2 (diff) | |
download | nixos-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.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 | ||