diff --git a/config.toml.example b/config.toml.example index 962c4d8..5dd1d21 100644 --- a/config.toml.example +++ b/config.toml.example @@ -13,6 +13,3 @@ client_secret = '' [tokens.deezer] arl = '' - -[tokens.genius] -client_acces = '' diff --git a/pyproject.toml b/pyproject.toml index a3f813d..45766c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,6 @@ py-deezer = "^1.1.4.post1" soundcloud-lib = "^0.6.1" shazamio = { path = "lib/ShazamIO" } sqlitedict = "^2.1.0" -lyricsgenius = "^3.0.1" [build-system]