File size: 350 Bytes
2573d67
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[tool.poetry]
name = "text to speed service"
version = "0.1.0"
description = ""
authors = ["nam pham <contact.nampham.work@gmail.com>"]
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"