Skip to content

Commit

Permalink
Remove inline dependency checks
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Oct 29, 2023
1 parent 2fe7e8d commit e1801bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ dependencies = [
"pydantic==2.4.2",
"pydantic-settings==2.0.3",
"pydub==0.25.1",
"pathlib==1.0.1",
"rich==13.6.0",
"typer==0.9.0",
"yarl==1.9.2",
Expand Down
5 changes: 0 additions & 5 deletions src/interviewkit/transcript.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
from rich.console import Console


try:
import whisper
except ImportError:
print("Please install Whisper: pip install openai-whisper")
exit(1)

from pydantic import BaseModel
from whisper.utils import get_writer
Expand Down

0 comments on commit e1801bb

Please sign in to comment.