mirror of
https://github.com/nikdoof/ohayodash.git
synced 2025-12-13 10:02:17 +00:00
Switch to uv
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user