From 3f61f6b1672830ef730718221dd5ffc6572fbf6d Mon Sep 17 00:00:00 2001 From: RemixDev Date: Mon, 6 Apr 2020 16:20:15 +0200 Subject: [PATCH] Forgot to add spotipy to dependencies --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index cf8f90a..2004760 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ pycryptodomex mutagen click requests +spotipy