From 45205710d36a46e6e3cf22a2bf59050f31771867 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Tue, 10 Oct 2023 18:59:23 +0300 Subject: [PATCH] Add genius as dependency --- config.toml.example | 3 +++ pyproject.toml | 1 + 2 files changed, 4 insertions(+) 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]