Skip to content

Commit

Permalink
Update openai requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
garlic-hub committed Sep 30, 2024
1 parent 4851b05 commit 60dee0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
flask==2.3.2
whisper @ git+https://github.com/openai/whisper.git
openai-whisper
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = podcast_whisperer
python_requires = >=3.7
install_requires =
flask
whisper @ git+https://github.com/openai/whisper.git
openai-whisper

[tool:pytest]
testpaths = tests
Expand Down

0 comments on commit 60dee0e

Please sign in to comment.