Add python dependencies
This commit is contained in:
parent
f76213bace
commit
1972dc3525
2 changed files with 2233 additions and 0 deletions
2228
poetry.lock
generated
Normal file
2228
poetry.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -8,6 +8,11 @@ packages = [{include = "verbanote"}]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.11"
|
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]
|
[build-system]
|
||||||
|
|
Loading…
Reference in a new issue