From 17bf22407bcc300d4bc6a7a63cbee8158a58f4de Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Tue, 10 Oct 2023 19:50:13 +0300 Subject: [PATCH] Remove Genius (for now) --- config.toml.example | 3 --- pyproject.toml | 1 - 2 files changed, 4 deletions(-) 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]