initial commit

This commit is contained in:
2025-06-17 01:27:39 -07:00
commit 0273f21bb2
3 changed files with 1256 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
[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)",
"srt (>=3.5.3,<4.0.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"