File size: 659 Bytes
3a09141
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
26
27
28
[project]
name = "podcastvox-demo"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11,<3.12"
dependencies = [
    "aiohttp>=3.12.6",
    "aivis-speech-engine",
    "fastapi>=0.115.12",
    "gradio>=5.32.0",
    "hf-transfer>=0.1.9",
    "hf-xet>=1.1.2",
    "litellm>=1.72.0",
    "markitdown[pdf]>=0.1.2",
    "onnxruntime>=1.22.0",
    "pydantic>=2.11.5",
    "pyopenjtalk-plus==0.4.1.post3",
    "setuptools>=80.9.0",
    "wheel>=0.45.1",
]

[dependency-groups]
dev = ["ruff>=0.11.12", "ty>=0.0.1a7"]

[tool.uv.sources]
aivis-speech-engine = { git = "https://github.com/p1atdev/AivisSpeech-Engine" }