taiko-music-generator / pyproject.toml
github-actions[bot]
Sync from https://github.com/ryanlinjui/taiko-music-generator
6fee49c
raw
history blame
394 Bytes
[tool.poetry]
name = "taiko-music-generator"
version = "0.1.0"
description = "Input your .tja file to convert Taiko Music Song."
authors = ["ryanlinjui <[email protected]>"]
license = "MIT"
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.10"
gradio = "^5"
tja = "^0.3.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"