Files
PyTaiko/pyproject.toml
Anthony Samms d65a3b4792 aaaaaa
2025-10-27 19:34:23 -04:00

27 lines
498 B
TOML

[project]
name = "pytaiko"
version = "0.9.0"
description = "Taiko no Tatsujin simulator written in python and raylib"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"moviepy>=2.2.1",
"raylib-sdl>=5.5.0.3",
"tomlkit>=0.13.3",
]
[tool.vulture]
exclude = ["*.git", ".github/", ".venv/", "cache/"]
paths = ["."]
[tool.uv]
find-links = ["raylib-sdl"]
[dependency-groups]
dev = [
"nuitka>=2.8.4",
"pyinstrument>=5.1.1",
"ruff>=0.14.2",
"vulture>=2.14",
]