spotistats/pyproject.toml

21 lines
454 B
TOML
Raw Normal View History

2022-10-03 20:48:00 +00:00
[tool.poetry]
2022-10-03 21:17:35 +00:00
name = "spotistats"
2022-10-03 20:48:00 +00:00
version = "0.1.0"
description = ""
authors = ["Ashhhleyyy <ash@ashhhleyyy.dev>"]
license = "AGPL-3.0"
readme = "README.md"
packages = [{include = "playlist_split"}]
[tool.poetry.dependencies]
python = "^3.10"
spotipy = {git = "https://github.com/plamere/spotipy.git"}
Flask = "^2.2.2"
python-dotenv = "^0.21.0"
matplotlib = "^3.6.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"