view pyproject.toml @ 28:e114edff93dc

more explicit intervals. try to get a single day of notification out of a disk err increase
author drewp@bigasterisk.com
date Wed, 19 Jul 2023 21:17:22 -0700
parents eec015e90818
children 4165f4fa6ccf
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"}