From 746610bd0ad40ed2a97fa68ef162d80f719367ef Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 24 Apr 2026 22:41:02 -0700 Subject: first commit --- pyproject.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..4b6dca1 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,12 @@ +[project] +name = "fiio-snowsky-flac-media" +version = "0.1.0" +description = "Media tool for retagging FLACs for Snowsky Echo/Mini" +readme = "README.md" +requires-python = ">=3.13" +dependencies = [ + "mutagen>=1.47.0", + "pillow>=12.2.0", + "syncedlyrics>=1.0.1", + "tqdm>=4.67.3", +] -- cgit v1.2.3