expressive-tts-arena / pyproject.toml
twitchard
Migrate to uv
f420a37 unverified
Raw
History Blame
477 Bytes
[project]
name = "expressive-tts-arena"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"anthropic>=0.45.2",
"elevenlabs>=1.50.7",
"gradio>=5.15.0",
"python-dotenv>=1.0.1",
"requests>=2.32.3",
"tenacity>=9.0.0",
]
[dependency-groups]
dev = [
"black>=25.1.0",
"mypy>=1.15.0",
"pre-commit>=4.1.0",
"pytest>=8.3.4",
"ruff>=0.9.5",
"watchfiles>=1.0.4",
]