use uv
Some checks failed
CI/CD / wol (push) Successful in 0s
CI/CD / build (push) Failing after 4m42s

This commit is contained in:
2025-09-06 15:27:46 +02:00
parent a4707c6423
commit 2929064f4d
5 changed files with 169 additions and 10 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "sphere-grid"
version = "0.1.0"
description = ""
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pyside6>=6.6.1",
"pytest==8.3.3",
"ruff==0.12.10",
]