1hr_demo / pyproject.toml
tuklu's picture
Override with Parquet version
9422b57 verified
Raw
History Blame Contribute Delete
255 Bytes
[project]
name = "1hr-demo"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11.9"
dependencies = [
"pydub>=0.25.1",
"tts>=0.22.0",
"whisper>=1.1.10",
"whisper-timestamped>=1.15.9",
]