Files
sphere-grid/pyproject.toml
Alexandre RIO 4d1e9b053a
Some checks failed
CI/CD / wol (push) Successful in 0s
CI/CD / build (push) Has been cancelled
use uv
2025-09-06 15:27:46 +02:00

12 lines
197 B
TOML

[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",
]