diff --git a/pyproject.toml b/pyproject.toml index 345e4e3..53f7413 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,8 @@ dependencies = [ "fastapi==0.116.1", "uvicorn[standard]==0.35.0", "spotipy-anon==1.5.2", - "librespot-spotizerr==0.3.0" + "librespot-spotizerr==0.3.0", + "rapidfuzz==3.13.0" ] [project.urls]