clio/clio-ai/transcription/pyproject.toml
Your Name b24dd72ae0
Some checks failed
Deploy API / deploy (push) Failing after 1s
Deploy UI / deploy (push) Successful in 1s
Remove redundant cursor styling
2026-05-19 19:48:13 -04:00

10 lines
223 B
TOML

[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",
]