Update pyproject.toml (#79)

This commit is contained in:
mannp
2024-09-09 18:03:56 +01:00
committed by GitHub
parent 64ea6f3df0
commit 7148053ad4

View File

@@ -8,12 +8,12 @@ version = "1.0.0"
requires-python = ">= 3.10"
dependencies = [
"spotipy~=2.23.0",
"spotipy~=2.24.0",
"tidalapi==0.7.6",
"pyyaml~=6.0",
"tqdm~=4.64",
"sqlalchemy~=2.0",
"pytest~=7.0",
"pytest~=8.0",
"pytest-mock~=3.8"
]