

deps: add `piper-phonemize`
@9257ed05171853040e283587eafdfbdd00a672ec
--- pyproject.toml
+++ pyproject.toml
... | ... | @@ -8,6 +8,7 @@ |
8 | 8 |
"faster-whisper>=1.0.3", |
9 | 9 |
"huggingface-hub>=0.25.1", |
10 | 10 |
"numpy>=2.1.1", |
11 |
+ "piper-phonemize", |
|
11 | 12 |
"pydantic-settings>=2.5.2", |
12 | 13 |
"pydantic>=2.9.0", |
13 | 14 |
"python-multipart>=0.0.10", |
... | ... | @@ -115,3 +116,6 @@ |
115 | 116 |
markers = [ |
116 | 117 |
"requires_openai", |
117 | 118 |
] |
119 |
+ |
|
120 |
+[tool.uv.sources] |
|
121 |
+piper-phonemize = { url = "https://github.com/fedirz/piper-phonemize/raw/refs/heads/master/dist/piper_phonemize-1.2.0-cp312-cp312-manylinux_2_28_x86_64.whl" } |
--- uv.lock
+++ uv.lock
... | ... | @@ -257,6 +257,7 @@ |
257 | 257 |
{ name = "faster-whisper" }, |
258 | 258 |
{ name = "huggingface-hub" }, |
259 | 259 |
{ name = "numpy" }, |
260 |
+ { name = "piper-phonemize" }, |
|
260 | 261 |
{ name = "pydantic" }, |
261 | 262 |
{ name = "pydantic-settings" }, |
262 | 263 |
{ name = "python-multipart" }, |
... | ... | @@ -305,6 +306,7 @@ |
305 | 306 |
{ name = "mkdocstrings", extras = ["python"], marker = "extra == 'dev'", specifier = ">=0.26.1" }, |
306 | 307 |
{ name = "numpy", specifier = ">=2.1.1" }, |
307 | 308 |
{ name = "openai", marker = "extra == 'ui'", specifier = ">=1.48.0" }, |
309 |
+ { name = "piper-phonemize", url = "https://github.com/fedirz/piper-phonemize/raw/refs/heads/master/dist/piper_phonemize-1.2.0-cp312-cp312-manylinux_2_28_x86_64.whl" }, |
|
308 | 310 |
{ name = "pre-commit", marker = "extra == 'dev'", specifier = ">=4.0.1" }, |
309 | 311 |
{ name = "pydantic", specifier = ">=2.9.0" }, |
310 | 312 |
{ name = "pydantic-settings", specifier = ">=2.5.2" }, |
... | ... | @@ -983,6 +985,14 @@ |
983 | 985 |
] |
984 | 986 |
|
985 | 987 |
[[package]] |
988 |
+name = "piper-phonemize" |
|
989 |
+version = "1.2.0" |
|
990 |
+source = { url = "https://github.com/fedirz/piper-phonemize/raw/refs/heads/master/dist/piper_phonemize-1.2.0-cp312-cp312-manylinux_2_28_x86_64.whl" } |
|
991 |
+wheels = [ |
|
992 |
+ { url = "https://github.com/fedirz/piper-phonemize/raw/refs/heads/master/dist/piper_phonemize-1.2.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:13bfd07550572042c5e6dd8d40076bf24101a930af0c7a1265427217275225b3" }, |
|
993 |
+] |
|
994 |
+ |
|
995 |
+[[package]] |
|
986 | 996 |
name = "platformdirs" |
987 | 997 |
version = "4.3.6" |
988 | 998 |
source = { registry = "https://pypi.org/simple" } |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?