From 2f14f4d1ee7b25e4a915f9bf3ff7ee981b936ec7 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Sat, 7 Oct 2023 22:47:46 +0300 Subject: [PATCH] Add some deps and shazamio lib as local --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 119c965..bccbbd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,9 @@ readme = "README.md" python = "^3.11" aiogram = "^3.1.1" rich = "^13.6.0" +py-deezer = "^1.1.4.post1" +soundcloud-lib = "^0.6.1" +shazamio = { path = "lib/ShazamIO" } [build-system]