Skip to content

Commit

Permalink
Remove mistakenly added extras from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AliOsm committed Jun 26, 2024
1 parent 1f1efec commit 7c84995
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ repository = "https://github.com/ieasybooks/tafrigh"
python = ">=3.11, <3.12"
tqdm = ">=4.66.4"
yt-dlp = ">=2024.4.9"
auditok = {version = ">=0.2.0", extras = ["wit"]}
pydub = {version = ">=0.25.1", extras = ["wit"]}
requests = {version = ">=2.32.0", extras = ["wit"]}
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"]}
auditok = {version = ">=0.2.0"}
pydub = {version = ">=0.25.1"}
requests = {version = ">=2.32.0"}
faster-whisper = {version = ">=1.0.2"}
openai-whisper = {git = "https://github.com/openai/whisper.git"}
stable-ts = {version = ">=2.17.2"}

[tool.poetry.extras]
wit = ["auditok", "pydub", "requests"]
Expand Down

0 comments on commit 7c84995

Please sign in to comment.