initial commit
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user