Spaces:
Running
Running
File size: 477 Bytes
e98b5e2 f420a37 e98b5e2 f420a37 e98b5e2 f420a37 e98b5e2 f420a37 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | [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",
]
|