Add python dependencies

This commit is contained in:
Marty Oehme 2023-08-20 12:31:27 +02:00
parent f76213bace
commit 1972dc3525
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
2 changed files with 2233 additions and 0 deletions

2228
poetry.lock generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -8,6 +8,11 @@ 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]