spotframework/pyproject.toml

24 lines
504 B
TOML
Raw Normal View History

[tool.poetry]
name = "spotframework"
version = "1.0.1"
description = "Spotify HTTP wrapper library"
authors = ["andy <andy@sarsoo.xyz>"]
repository = "https://github.com/Sarsoo/spotframework"
[tool.poetry.dependencies]
python = "^3.8"
requests = "^2.24.0"
tabulate = "^0.8.7"
click = "^7.1.2"
[tool.poetry.dev-dependencies]
pylint = "2.5.3"
[tool.poetry.scripts]
test = 'scripts:test'
testv = 'scripts:testv'
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"