diff --git a/config.toml.example b/config.toml.example index 5dd1d21..962c4d8 100644 --- a/config.toml.example +++ b/config.toml.example @@ -13,3 +13,6 @@ client_secret = '' [tokens.deezer] arl = '' + +[tokens.genius] +client_acces = '' diff --git a/pyproject.toml b/pyproject.toml index 45766c4..a3f813d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ 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]