cozytales-backend / pyproject.toml
SebastianSchramm's picture
add convert2mp3 script
3df626d unverified
raw
history blame contribute delete
415 Bytes
[tool.poetry]
name = "tts-api"
version = "0.1.0"
description = ""
authors = ["Sebastian Schramm <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.11,<3.12"
fastapi = "^0.111.0"
pydantic = "^2.7.4"
kokoro = "^0.9.4"
soundfile = "^0.13.1"
[tool.poetry.group.dev.dependencies]
pydub = "^0.25.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"