From d44770a38698eb441dfbe4174f1890b515ab1230 Mon Sep 17 00:00:00 2001 From: vitiko98 Date: Mon, 23 May 2022 15:19:31 -0400 Subject: [PATCH] Add mutagen requirement --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ecfa38e..5dfc9c8 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,7 @@ def read_file(fname): requirements = [ "pathvalidate", "requests", + "mutagen", "tqdm", "pick", "beautifulsoup4", @@ -19,7 +20,7 @@ requirements = [ setup( name=pkg_name, - version="0.9.9.6", + version="0.9.9.7", author="Vitiko", author_email="vhnz98@gmail.com", description="The complete Lossless and Hi-Res music downloader for Qobuz",