From 18fcb370f22ee0b6c06ac72ad745bc73ce0182b7 Mon Sep 17 00:00:00 2001 From: DraftKinner <196864209+DraftKinner@users.noreply.github.com> Date: Tue, 25 Feb 2025 11:15:31 -0500 Subject: [PATCH] Update music-tag version that is needed in the fix for issue #15 --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 037cdae..b2a40dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ librespot@git+https://github.com/kokarare1212/librespot-python -music-tag@git+https://github.com/DraftKinner/music-tag.git +https://github.com/DraftKinner/music-tag/archive/refs/tags/v0.4.5.zip mutagen Pillow pkce diff --git a/setup.cfg b/setup.cfg index a375514..024f14c 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@git+https://github.com/DraftKinner/music-tag.git + music-tag@https://github.com/DraftKinner/music-tag/archive/refs/tags/v0.4.5.zip mutagen Pillow pkce