Remove unused parameters and dependencies

This commit is contained in:
Timothy Rae
2021-06-01 11:04:25 +12:00
parent 0c6b9798d3
commit f73805711f
2 changed files with 0 additions and 4 deletions

View File

@@ -4,8 +4,6 @@ spotify:
username: your_spotify_username
redirect_uri: http://localhost:8888/callback
tidal:
quality: high # high / lossless
# uncomment this block if you want to only sync specific playlist IDs
#sync_playlists:

View File

@@ -2,5 +2,3 @@ spotipy==2.10.0
tidalapi==0.6.8
pyyaml==5.3.1
tqdm==4.45.0
mutagen==1.45.0
psutil==5.8.0