2021-09-08 21:46:22 -04:00
|
|
|
[tool.isort]
|
|
|
|
profile = "black"
|
|
|
|
multi_line_output = 3
|
|
|
|
|
2021-07-03 17:41:12 -04:00
|
|
|
[tool.poetry]
|
|
|
|
name = "spotify_actions"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
|
|
|
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
|
|
|
license = "MIT"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.7"
|
2021-07-03 22:46:30 -04:00
|
|
|
spotipy = "^2.18.0"
|
|
|
|
spotify-model = {path = "../spotify_model", develop = true}
|
2023-08-01 21:24:14 -04:00
|
|
|
PyYAML = "=5.3.1"
|
2021-07-03 17:41:12 -04:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
pre-commit = "^2.13.0"
|
2021-07-03 19:29:50 -04:00
|
|
|
rope = "^0.19.0"
|
|
|
|
pylint = "^2.9.3"
|
2021-07-03 17:41:12 -04:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|