Switch to uv

This commit is contained in:
2025-08-15 23:05:51 +01:00
parent 36ea175861
commit 525401952f
9 changed files with 518 additions and 786 deletions

View File

@@ -2,23 +2,26 @@
name = "ohayodash"
version = "0.5.0"
description = "Ohayo Dash is a Kubernetes driven start page and dashboard"
authors = [{ name = "Andrew Williams", email = "andy@tensixtyone.com" }]
license = { text = "MIT" }
license = "MIT"
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.13"
dependencies = [
"flask (==3.1.1)",
"kubernetes (==33.1.0)",
"pyyaml (==6.0.2)",
"gunicorn (==23.0.0)",
"flask>=3.1.1",
"gunicorn>=23.0.0",
"kubernetes>=33.1.0",
"pyyaml>=6.0.2",
"setuptools>=80.9.0",
]
[dependency-groups]
dev = [
"pytest>=8.4.1",
"ruff>=0.12.9",
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.group.test.dependencies]
ruff = "^0.12.0"
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.ruff]
lint.ignore = ["E501"]
lint.ignore = ["E501"]