Added tests for get_playlists and get_playlist_details

This commit is contained in:
Sumner Evans
2020-04-20 21:26:10 -06:00
parent bd22954c96
commit 9d7218afd9
12 changed files with 397 additions and 246 deletions

View File

@@ -56,7 +56,7 @@ setup(
},
install_requires=[
'bottle',
'dataclasses-json',
'dataclasses-json @ git+https://github.com/sumnerevans/dataclasses-json@cc2eaeb#egg=dataclasses-json',
'deepdiff',
'Deprecated',
'fuzzywuzzy',