verbanote-server/pyproject.toml

23 lines
633 B
TOML
Raw Normal View History

2023-08-20 09:26:15 +00:00
[tool.poetry]
2023-08-20 10:31:14 +00:00
name = "verbanote"
2023-08-20 09:26:15 +00:00
version = "0.1.0"
description = ""
authors = ["Marty Oehme <marty.oehme@gmail.com>"]
readme = "README.md"
2023-08-22 08:02:08 +00:00
# packages = [{ include = "verbanote" }]
2023-08-20 09:26:15 +00:00
[tool.poetry.dependencies]
python = "^3.11"
2023-08-20 10:31:27 +00:00
static-ffmpeg = "^2.5"
2023-08-20 11:28:42 +00:00
runpod = "^1.1.3"
2023-08-20 10:31:27 +00:00
pydub = "^0.25.1"
light-the-torch = "^0.7.5"
2023-08-20 11:28:42 +00:00
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"}
gdown = "^4.7.1"
2023-08-20 09:26:15 +00:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"