spotify_actions/pyproject.toml

18 lines
350 B
TOML
Raw Normal View History

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"
spotify = "^0.10.2"
[tool.poetry.dev-dependencies]
pre-commit = "^2.13.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"