Mercurial > code > home > repos > victoriametrics
annotate pyproject.toml @ 88:cb159e4e790c default tip
metric
author | drewp@bigasterisk.com |
---|---|
date | Sat, 07 Sep 2024 19:58:32 -0700 |
parents | 598e75e8e2d7 |
children |
rev | line source |
---|---|
18 | 1 [project] |
2 name = "" | |
3 version = "" | |
4 description = "" | |
5 authors = [ | |
6 {name = "Drew Perttula", email = "drewp@bigasterisk.com"}, | |
7 ] | |
8 dependencies = [ | |
9 "kubernetes>=26.1.0", | |
10 "pyyaml>=6.0", | |
30 | 11 "invoke>=2.2.0", |
18 | 12 ] |
13 requires-python = ">=3.10" | |
14 license = {text = "MIT"} | |
87 | 15 |
16 [tool.pdm] |