| [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" | |