[tool.poetry]
name = "SpotifyBackup"
version = "1.12.1"
description = "Simple script for backing up public playlists from Spotify."
authors = ["deadlocker8"]

[[tool.poetry.source]]
name = "TheCodeLabs"
url = "https://pypi.thecodelabs.de"
priority = "explicit"

[tool.poetry.dependencies]
python = "^3.11"
thecodelabs-baseutils = {version = "*", source = "TheCodeLabs" }
spotipy = "2.22.0"
PyAudioWPatch = {version = "0.2.12.6", platform = "win32"}
mutagen = "1.47.0"
click = "8.1.7"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"