all repos — janny @ master

clean up Kubernetes resources after a set TTL

pyproject.toml (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
[tool.poetry]
name = "janny"
version = "0.1.0"
description = "Delete Kubernetes resources after a set TTL"
authors = ["Anirudh Oppiliappan <x@icyphox.sh>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.8"
requests = "^2.25.1"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"