From 8f71e7333153ab25ff8999b5b627d7fab3ae1b19 Mon Sep 17 00:00:00 2001 From: Lev Rusanov <30170278+JDM170@users.noreply.github.com> Date: Wed, 24 Sep 2025 20:57:58 +0700 Subject: [PATCH] Update setup.py Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 691053c..ea92af0 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( "tqdm==4.67.1", "fastapi==0.116.1", "uvicorn[standard]==0.35.0", - "git+https://git.jdm17.ru/JDM170/librespot-spotizerr-dev.git@main", + # "git+https://git.jdm17.ru/JDM170/librespot-spotizerr-dev.git@main", "rapidfuzz==3.13.0", "spotipy==2.25.1" ],