Add additional dependencies
This commit is contained in:
parent
6e72776fbf
commit
540128bc97
2 changed files with 2326 additions and 5 deletions
2321
poetry.lock
generated
2321
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -4,16 +4,18 @@ version = "0.1.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Marty Oehme <marty.oehme@gmail.com>"]
|
authors = ["Marty Oehme <marty.oehme@gmail.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
packages = [{include = "verbanote"}]
|
packages = [{ include = "verbanote" }]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.11"
|
python = "^3.11"
|
||||||
static-ffmpeg = "^2.5"
|
static-ffmpeg = "^2.5"
|
||||||
|
runpod = "^1.1.3"
|
||||||
pydub = "^0.25.1"
|
pydub = "^0.25.1"
|
||||||
light-the-torch = "^0.7.5"
|
light-the-torch = "^0.7.5"
|
||||||
openai-whisper = {git = "https://github.com/openai/whisper.git"}
|
openai-whisper = { git = "https://github.com/openai/whisper.git" }
|
||||||
runpod = "^1.1.3"
|
hmmlearn = {git = "https://github.com/hmmlearn/hmmlearn.git"}
|
||||||
|
pyannote-audio = {git = "https://github.com/pyannote/pyannote-audio.git", rev = "develop"}
|
||||||
|
gdown = "^4.7.1"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
|
|
Loading…
Reference in a new issue