Skip to content

Commit

Permalink
Add extras
Browse files Browse the repository at this point in the history
  • Loading branch information
AliOsm committed Jun 26, 2024
1 parent f64671e commit 1f1efec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ faster-whisper = {version = ">=1.0.2", extras = ["whisper"]}
openai-whisper = {git = "https://github.com/openai/whisper.git", extras = ["whisper"]}
stable-ts = {version = ">=2.17.2", extras = ["whisper"]}

[tool.poetry.extras]
wit = ["auditok", "pydub", "requests"]
whisper = ["faster-whisper", "openai-whisper", "stable-ts"]
all = ["wit", "whisper"]

[tool.poetry.scripts]
tafrigh = "src.cli:main"

Expand Down

0 comments on commit 1f1efec

Please sign in to comment.