Skip to content

Commit

Permalink
Included universal Phenomizer Dependency in poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Reqeique committed Jul 30, 2023
1 parent 5083f70 commit b1487b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dimits/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.1-alpha"
__version__ = "0.0.21-alpha"
__author__ = "Reqeique"


Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dimits"
version = "0.0.2-alpha"
version = "0.0.21-alpha"
description = "Dimits is a Python library that provides an easy-to-use interface to the Piper text-to-speech (TTS) system. It utilizes the powerful Piper TTS engine, which is optimized for Raspberry Pi 4, to generate high-quality synthesized speech."
authors = ["Reqeique <[email protected]>"]
readme = "README.md"
Expand All @@ -10,6 +10,7 @@ packages = [{include = "Dimits"}]
[tool.poetry.dependencies]
python = "^3.9"
requests = { version = "^2.13.0", source = "private" }
espeak-phonemizer = { version = "*"}
espeak-phonemizer-windows = { version = "*", platform = "win32" }
tqdm = "4.64.0"

Expand Down

0 comments on commit b1487b6

Please sign in to comment.