From 215446cf5d73ffe7959d30dfaf56e324783185d8 Mon Sep 17 00:00:00 2001 From: DraftKinner <196864209+DraftKinner@users.noreply.github.com> Date: Sat, 8 Mar 2025 12:41:04 -0500 Subject: [PATCH] Updated music-tag package to support aac and fdk_aac for issue #10 --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b2a40dd..7a79694 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ librespot@git+https://github.com/kokarare1212/librespot-python -https://github.com/DraftKinner/music-tag/archive/refs/tags/v0.4.5.zip +https://github.com/DraftKinner/music-tag/archive/refs/tags/v0.4.6.zip mutagen Pillow pkce diff --git a/setup.cfg b/setup.cfg index 024f14c..53a39c2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,7 @@ packages = zotify python_requires = >=3.11 install_requires = librespot@git+https://github.com/kokarare1212/librespot-python - music-tag@https://github.com/DraftKinner/music-tag/archive/refs/tags/v0.4.5.zip + music-tag@https://github.com/DraftKinner/music-tag/archive/refs/tags/v0.4.6.zip mutagen Pillow pkce