extract to helper dir.

This commit is contained in:
GitMatt
2025-01-20 13:54:37 -08:00
parent 27453f505e
commit bacf927d4b
7 changed files with 178 additions and 564 deletions

View File

@@ -5,7 +5,12 @@ description = "music utilies"
readme = "README.md"
authors = [{ name = "publicmatt", email = "git@publicmatt.com" }]
requires-python = ">=3.12"
dependencies = ["click>=8.1.8", "yt-dlp>=2025.1.15"]
dependencies = [
"click>=8.1.8",
"mpv>=1.0.7",
"mutagen>=1.47.0",
"yt-dlp>=2025.1.15",
]
[project.scripts]
music = "music.__main__:cli"