tts-kokoro / pyproject.toml
nam pham
feat: init app
2573d67
raw
history blame contribute delete
350 Bytes
[tool.poetry]
name = "text to speed service"
version = "0.1.0"
description = ""
authors = ["nam pham <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "3.10.15"
litserve = "^0.2.6"
soundfile = "^0.13.1"
kokoro = "^0.7.9"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"