Don't specify point version of spotify and tidal APIs

So we don't have to put out a new release to update the dependency
This commit is contained in:
Tim Rae
2025-12-31 15:01:30 +01:00
parent 46771aefc8
commit 299cc3209f

View File

@@ -8,8 +8,8 @@ version = "1.0.6"
requires-python = ">= 3.10" requires-python = ">= 3.10"
dependencies = [ dependencies = [
"spotipy~=2.24.0", "spotipy~=2.24",
"tidalapi==0.8.10", "tidalapi==0.8",
"pyyaml~=6.0", "pyyaml~=6.0",
"tqdm~=4.64", "tqdm~=4.64",
"sqlalchemy~=2.0", "sqlalchemy~=2.0",