fix: ditch librespot search

This commit is contained in:
Xoconoch
2025-08-27 08:20:11 -06:00
parent e55b15db2c
commit 573098ca6e
3 changed files with 25 additions and 38 deletions

View File

@@ -26,6 +26,7 @@ setup(
"fastapi==0.116.1",
"uvicorn[standard]==0.35.0",
"librespot-spotizerr==0.3.0",
"rapidfuzz"
"rapidfuzz==3.13.0",
"spotipy==2.25.1"
],
)