File size: 373 Bytes
3bb09ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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",
]