From 30f4542ebc081a88cb6964c73a57c3f59f9627db Mon Sep 17 00:00:00 2001 From: big-mak <82375998+big-mak@users.noreply.github.com> Date: Fri, 21 Jul 2023 14:09:05 +0100 Subject: [PATCH] Update requirements.txt Bump to 0.7.2 to fix gender key error when signing in to tidal. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9b0f0be..b7c7718 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ spotipy==2.21.0 requests>=2.28.1 # for tidalapi -tidalapi==0.7.1 +tidalapi==0.7.2 pyyaml==6.0 tqdm==4.64.1