Mercurial > code > home > repos > victoriametrics
view pyproject.toml @ 24:d7aa409ebf78
ignore
author | drewp@bigasterisk.com |
---|---|
date | Sat, 24 Jun 2023 23:02:42 -0700 |
parents | 92dce2fa8954 |
children | eec015e90818 |
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.1.3", ] requires-python = ">=3.10" license = {text = "MIT"}