Calling ._get_id isn't required in new spotipy versions

This commit is contained in:
Ritiek Malhotra
2020-05-10 18:16:57 +05:30
parent b958212805
commit 819bb87fc2
4 changed files with 20 additions and 34 deletions

View File

@@ -30,7 +30,7 @@ setup(
"pathlib >= 1.0.1",
"youtube_dl >= 2017.9.26",
"pytube3 >= 9.6.4",
"spotipy >= 2.4.4",
"spotipy >= 2.12.0",
"mutagen >= 1.41.1",
"beautifulsoup4 >= 4.6.3",
"unicode-slugify >= 0.1.3",