mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
17 lines
369 B
TOML
17 lines
369 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 = [
|
|
"numpy>=2.2.5",
|
|
"pydub>=0.25.1",
|
|
"ruff>=0.11.7",
|
|
"sounddevice>=0.5.1",
|
|
"moviepy>=2.1.2",
|
|
"raylib-sdl>=5.5.0.2",
|
|
"soundfile>=0.13.1",
|
|
"tomlkit>=0.13.3",
|
|
]
|