139_spanish-voice-trainer/pyproject.toml
2026-06-07 21:31:55 +10:00

16 lines
350 B
TOML

[project]
name = "139-spanish-voice-trainer"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"edge-tts>=7.2.8",
"fastdtw>=0.3.4",
"librosa>=0.11.0",
"numpy>=2.4.6",
"pillow>=12.2.0",
"pyqt6>=6.11.0",
"scipy>=1.17.1",
"sounddevice>=0.5.5",
]