21 lines
458 B
TOML
21 lines
458 B
TOML
|
[tool.poetry]
|
||
|
name = "playlist-split"
|
||
|
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"
|