File size: 541 Bytes
cd79d05
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7405904
 
 
cd79d05
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[tool.poetry]
name = "whisper-timestamped"
version = "0.1.0"
description = ""
authors = ["nahue-passano <passano43632@estudiantes.untref.edu.ar>"]
readme = "README.md"
packages = [{include = "whisper_timestamped"}]

[tool.poetry.dependencies]
python = ">=3.8,<3.9.7 || >3.9.7,<4.0"
Cython = "*"
dtw-python = "*"
openai-whisper = "*"
torch = "1.13"
matplotlib = "^3.7.1"
streamlit = "^1.24.0"
sounddevice = "^0.4.6"
soundfile = "^0.12.1"
pydub = "^0.25.1"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"