2025-06-17 01:27:39 -07:00
|
|
|
[project]
|
|
|
|
|
name = "txtlyric-to-lrc"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = ""
|
|
|
|
|
authors = [
|
|
|
|
|
{name = "Your Name",email = "you@example.com"}
|
|
|
|
|
]
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.10"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"stable-ts (>=2.19.0,<3.0.0)",
|
|
|
|
|
"click (>=8.2.1,<9.0.0)",
|
2026-05-16 01:54:54 -07:00
|
|
|
"mutagen (>=1.47.0,<2.0.0)",
|
|
|
|
|
"pyyaml (>=6.0.0,<7.0.0)",
|
|
|
|
|
# Required at runtime by silero-vad
|
|
|
|
|
"packaging (>=21.0)"
|
2025-06-17 01:27:39 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
|
|
|
build-backend = "poetry.core.masonry.api"
|