Fedir Zadniprovskyi commited on
Commit
24881f2
·
1 Parent(s): 2221229

deps: add `piper-phonemize`

Browse files
Files changed (2) hide show
  1. pyproject.toml +4 -0
  2. uv.lock +10 -0
pyproject.toml CHANGED
@@ -8,6 +8,7 @@ dependencies = [
8
  "faster-whisper>=1.0.3",
9
  "huggingface-hub>=0.25.1",
10
  "numpy>=2.1.1",
 
11
  "pydantic-settings>=2.5.2",
12
  "pydantic>=2.9.0",
13
  "python-multipart>=0.0.10",
@@ -115,3 +116,6 @@ filterwarnings = [
115
  markers = [
116
  "requires_openai",
117
  ]
 
 
 
 
8
  "faster-whisper>=1.0.3",
9
  "huggingface-hub>=0.25.1",
10
  "numpy>=2.1.1",
11
+ "piper-phonemize",
12
  "pydantic-settings>=2.5.2",
13
  "pydantic>=2.9.0",
14
  "python-multipart>=0.0.10",
 
116
  markers = [
117
  "requires_openai",
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 CHANGED
@@ -257,6 +257,7 @@ dependencies = [
257
  { name = "faster-whisper" },
258
  { name = "huggingface-hub" },
259
  { name = "numpy" },
 
260
  { name = "pydantic" },
261
  { name = "pydantic-settings" },
262
  { name = "python-multipart" },
@@ -305,6 +306,7 @@ requires-dist = [
305
  { name = "mkdocstrings", extras = ["python"], marker = "extra == 'dev'", specifier = ">=0.26.1" },
306
  { name = "numpy", specifier = ">=2.1.1" },
307
  { name = "openai", marker = "extra == 'ui'", specifier = ">=1.48.0" },
 
308
  { name = "pre-commit", marker = "extra == 'dev'", specifier = ">=4.0.1" },
309
  { name = "pydantic", specifier = ">=2.9.0" },
310
  { name = "pydantic-settings", specifier = ">=2.5.2" },
@@ -982,6 +984,14 @@ wheels = [
982
  { url = "https://files.pythonhosted.org/packages/48/2c/2e0a52890f269435eee38b21c8218e102c621fe8d8df8b9dd06fabf879ba/pillow-10.4.0-cp313-cp313-win_arm64.whl", hash = "sha256:5b001114dd152cfd6b23befeb28d7aee43553e2402c9f159807bf55f33af8a8d", size = 2243375 },
983
  ]
984
 
 
 
 
 
 
 
 
 
985
  [[package]]
986
  name = "platformdirs"
987
  version = "4.3.6"
 
257
  { name = "faster-whisper" },
258
  { name = "huggingface-hub" },
259
  { name = "numpy" },
260
+ { name = "piper-phonemize" },
261
  { name = "pydantic" },
262
  { name = "pydantic-settings" },
263
  { name = "python-multipart" },
 
306
  { name = "mkdocstrings", extras = ["python"], marker = "extra == 'dev'", specifier = ">=0.26.1" },
307
  { name = "numpy", specifier = ">=2.1.1" },
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" },
310
  { name = "pre-commit", marker = "extra == 'dev'", specifier = ">=4.0.1" },
311
  { name = "pydantic", specifier = ">=2.9.0" },
312
  { name = "pydantic-settings", specifier = ">=2.5.2" },
 
984
  { url = "https://files.pythonhosted.org/packages/48/2c/2e0a52890f269435eee38b21c8218e102c621fe8d8df8b9dd06fabf879ba/pillow-10.4.0-cp313-cp313-win_arm64.whl", hash = "sha256:5b001114dd152cfd6b23befeb28d7aee43553e2402c9f159807bf55f33af8a8d", size = 2243375 },
985
  ]
986
 
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]]
996
  name = "platformdirs"
997
  version = "4.3.6"