[tool.poetry] name = "spotify_actions" version = "0.1.0" description = "" authors = ["Bradlee Speice "] license = "MIT" [tool.poetry.dependencies] python = "^3.7" spotify = "^0.10.2" [tool.poetry.dev-dependencies] pre-commit = "^2.13.0" rope = "^0.19.0" pylint = "^2.9.3" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"