Fix AttributeError: 'UserPlaylist' object has no attribute 'requests' (#49)

Fixes #48
This commit is contained in:
Tim Rae
2024-05-27 16:36:19 +02:00
committed by GitHub
parent 009db68283
commit 689637510d
2 changed files with 3 additions and 4 deletions

View File

@@ -8,14 +8,13 @@ version = "0.0.1-dev"
requires-python = ">= 3.10"
dependencies = [
"spotipy~=2.21",
"tidalapi~=0.7",
"spotipy~=2.21.0",
"tidalapi==0.7.6",
"pyyaml~=6.0",
"tqdm~=4.64",
"sqlalchemy~=2.0"
]
[tools.setuptools.packages."spotify_to_tidal"]
where = "src"
include = "spotify_to_tidal*"