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

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

[tool.poetry.dependencies]
python = "^3.9"
thecodelabs-baseutils = "^1.7.0"
spotipy = "2.19.0"

[tool.poetry.dev-dependencies]

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