diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-04-25 00:56:39 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-04-25 00:56:39 -0700 |
| commit | 14ead1b03b4209eae97921d785dbfb0da5dc2fd4 (patch) | |
| tree | b0c374db0a885571708a86bd0258c9ad470dcfa3 /pyproject.toml | |
| parent | 746610bd0ad40ed2a97fa68ef162d80f719367ef (diff) | |
handle fixing sample rate, bit depth, and block size encoding
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 4b6dca1..d6449eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ description = "Media tool for retagging FLACs for Snowsky Echo/Mini" readme = "README.md" requires-python = ">=3.13" dependencies = [ + "ffmpeg-python>=0.2.0", "mutagen>=1.47.0", "pillow>=12.2.0", "syncedlyrics>=1.0.1", |
