transcriber / pyproject.toml
asuilin's picture
Initial upload
3bb09ca verified
Raw
History Blame Contribute Delete
373 Bytes
[project]
name = "transcriber"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"elevenlabs>=2.53.0",
"gradio>=6.19.0",
"litellm>=1.89.2",
"pycountry>=26.2.16",
"python-dotenv>=1.2.2",
"rich>=15.0.0",
"rich-click>=1.9.8",
"typer>=0.26.7",
"yt-dlp>=2026.6.9",
]