20 lines
458 B
TOML
20 lines
458 B
TOML
[tool.poetry]
|
|
name = "verbanote"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Marty Oehme <marty.oehme@gmail.com>"]
|
|
readme = "README.md"
|
|
packages = [{include = "verbanote"}]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
static-ffmpeg = "^2.5"
|
|
pydub = "^0.25.1"
|
|
light-the-torch = "^0.7.5"
|
|
openai-whisper = {git = "https://github.com/openai/whisper.git"}
|
|
runpod = "^1.1.3"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|