Files
PyTaiko/pyproject.toml
2025-09-15 11:02:56 -04:00

18 lines
391 B
TOML

[project]
name = "pytaiko"
version = "0.1.0"
description = "Taiko no Tatsujin simulator written in python and raylib"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"moviepy>=2.1.2",
"raylib-sdl>=5.5.0.2",
"tomlkit>=0.13.3",
"dotenv>=0.9.9",
"gitpython>=3.1.44",
]
[tool.vulture]
exclude = ["*.git", "*./.github", "*./.venv", "*./cache"]
paths = ["."]