clio/clio-ai/transcription/pyproject.toml

11 lines
223 B
TOML
Raw Normal View History

2026-05-19 20:12:49 -04:00
[project]
name = "view-recordings"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"faster-whisper>=1.2.1",
"openai-whisper>=20250625",
]