From f73805711facd24933347c919ddaa3c0d6ce8496 Mon Sep 17 00:00:00 2001 From: Timothy Rae Date: Tue, 1 Jun 2021 11:04:25 +1200 Subject: [PATCH] Remove unused parameters and dependencies --- example_config.yml | 2 -- requirements.txt | 2 -- 2 files changed, 4 deletions(-) diff --git a/example_config.yml b/example_config.yml index d95a0a5..46de46c 100644 --- a/example_config.yml +++ b/example_config.yml @@ -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: diff --git a/requirements.txt b/requirements.txt index 41e9a80..d839a0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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