[tool.poetry] name = "SpotifyBackup" version = "1.11.0" 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" [tool.poetry.dev-dependencies] [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"