Mercurial > code > home > repos > victoriametrics
view pyproject.toml @ 72:85d9dae18656
fix up vmalert k8s objs
author | drewp@bigasterisk.com |
---|---|
date | Fri, 03 May 2024 13:33:33 -0700 |
parents | 4165f4fa6ccf |
children | 598e75e8e2d7 |
line wrap: on
line source
[project] name = "" version = "" description = "" authors = [ {name = "Drew Perttula", email = "drewp@bigasterisk.com"}, ] dependencies = [ "kubernetes>=26.1.0", "pyyaml>=6.0", "invoke>=2.2.0", ] requires-python = ">=3.10" license = {text = "MIT"}