Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- pyproject.toml +8 -8
pyproject.toml
CHANGED
@@ -5,10 +5,10 @@ description = "Voice Generator part of the Chatacter Backend"
|
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.12"
|
7 |
dependencies = [
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
]
|
13 |
|
14 |
[project.scripts]
|
@@ -20,10 +20,10 @@ build-backend = "uv_build"
|
|
20 |
|
21 |
[dependency-groups]
|
22 |
dev = [
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
]
|
28 |
|
29 |
[tool.uv.sources]
|
|
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.12"
|
7 |
dependencies = [
|
8 |
+
"en-core-web-sm",
|
9 |
+
"gradio[mcp]>=5.31.0",
|
10 |
+
"kokoro>=0.9.4",
|
11 |
+
"soundfile>=0.13.1",
|
12 |
]
|
13 |
|
14 |
[project.scripts]
|
|
|
20 |
|
21 |
[dependency-groups]
|
22 |
dev = [
|
23 |
+
"watchfiles>=1.0.5",
|
24 |
+
"ruff>=0.11.11",
|
25 |
+
"huggingface-hub[cli,hf-transfer]>=0.31.4",
|
26 |
+
"ty>=0.0.1a6",
|
27 |
]
|
28 |
|
29 |
[tool.uv.sources]
|