File size: 703 Bytes
b9a47ba
 
ccf0b92
b9a47ba
 
 
55b5b8a
 
3333f23
55b5b8a
 
 
b9a47ba
 
 
 
a669adf
 
 
 
b9a47ba
 
 
2404bb8
 
3333f23
b9a47ba
 
55b5b8a
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[project]
name = "vocalizr"
version = "0.0.1"
description = "Voice Generator part of the Chatacter Backend"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "en-core-web-sm",
    "gradio[mcp]>=5.29.1",
    "kokoro>=0.9.4",
    "soundfile>=0.13.1",
]

[project.scripts]
vocalizr = "vocalizr.__main__:main"

[build-system]
requires = ["uv_build"]
build-backend = "uv_build"

[dependency-groups]
dev = [
    "watchfiles>=1.0.5",
    "ruff>=0.11.10",
    "huggingface-hub[cli,hf-transfer]>=0.31.2",
    "ty>=0.0.1a5",
]

[tool.uv.sources]
en-core-web-sm = { url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl" }