spotistats/pyproject.toml

23 lines
508 B
TOML

[tool.poetry]
name = "plstats"
version = "0.1.0"
description = ""
authors = ["Ashhhleyyy <ash@ashhhleyyy.dev>"]
license = "AGPL-3.0"
readme = "README.md"
packages = [{ include = "app.py" }]
[tool.poetry.dependencies]
python = "^3.9"
spotipy = {git = "https://github.com/plamere/spotipy.git"}
Flask = "^2.2.2"
python-dotenv = "^0.21.0"
matplotlib = "^3.6.0"
gunicorn = "^20.1.0"
[tool.poetry.scripts]
plstats = "app:main"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"