[tool.poetry] name = "verbanote" version = "0.1.0" description = "" authors = ["Marty Oehme "] readme = "README.md" # packages = [{ include = "verbanote" }] [tool.poetry.dependencies] python = "^3.11" requests = "^2.31.0" static-ffmpeg = "^2.5" runpod = "^1.1.3" pydub = "^0.25.1" #light-the-torch = "^0.7.5" light-the-torch = "^0.7.5" hmmlearn = {git = "https://github.com/hmmlearn/hmmlearn.git"} pyannote-audio = {git = "https://github.com/pyannote/pyannote-audio.git", rev = "develop"} #openai-whisper = { git = "https://github.com/openai/whisper.git" } #hmmlearn = {git = "https://github.com/hmmlearn/hmmlearn.git"} #pyannote-audio = {git = "https://github.com/pyannote/pyannote-audio.git", rev = "develop"} [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"