feat: mvp
This commit is contained in:
20
pyproject.toml
Normal file
20
pyproject.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[project]
|
||||
name = "chinese-dramas"
|
||||
version = "0.1.0"
|
||||
description = "Auto-dub Chinese videos to Russian/English using AI"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"edge-tts>=7.2.7",
|
||||
"funasr>=1.3.1",
|
||||
"inquirerpy>=0.3.4",
|
||||
"modelscope>=1.34.0",
|
||||
"pydantic-ai-slim[google]>=1.51.0",
|
||||
"pydantic-settings>=2.0",
|
||||
"pydub>=0.25.1",
|
||||
"rich>=14.3.1",
|
||||
"soundfile>=0.13.0",
|
||||
"torch>=2.10.0",
|
||||
"torchaudio>=2.10.0",
|
||||
"torchcodec>=0.10.0",
|
||||
]
|
||||
Reference in New Issue
Block a user