From 4e746ffa7bf86d8116ba6a363c1d17c5010e3740 Mon Sep 17 00:00:00 2001 From: Vitiko Date: Wed, 16 Nov 2022 15:10:52 -0400 Subject: [PATCH] Fix #176 --- requirements.txt | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index ff2d498..0c128b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ pathvalidate requests mutagen tqdm -pick +pick==1.6.0 beautifulsoup4 colorama diff --git a/setup.py b/setup.py index 5dfc9c8..a3904bb 100644 --- a/setup.py +++ b/setup.py @@ -13,14 +13,14 @@ requirements = [ "requests", "mutagen", "tqdm", - "pick", + "pick==1.6.0", "beautifulsoup4", "colorama", ] setup( name=pkg_name, - version="0.9.9.7", + version="0.9.9.8", author="Vitiko", author_email="vhnz98@gmail.com", description="The complete Lossless and Hi-Res music downloader for Qobuz",