fluxer/scripts/ci/pyproject.toml
2026-02-17 12:22:36 +00:00

19 lines
220 B
TOML

[project]
name = "fluxer_ci"
version = "0.0.0"
requires-python = ">=3.12"
dependencies = []
[dependency-groups]
dev = [
"pytest==8.3.4",
]
[tool.pytest.ini_options]
testpaths = [
"tests",
]
pythonpath = [
".",
]