[tool.isort] profile = "black" multi_line_output = 3 [tool.poetry] name = "spotify_actions" version = "0.1.0" description = "" authors = ["Bradlee Speice "] license = "MIT" [tool.poetry.dependencies] python = "^3.7" spotipy = "^2.18.0" spotify-model = {path = "../spotify_model", develop = true} PyYAML = "=5.3.1" [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"