28 lines
558 B
TOML
28 lines
558 B
TOML
[tool.poetry]
|
|
name = "musicbrainzapi"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["dtomlinson <dtomlinson@williamhill.co.uk>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.7"
|
|
requests = "^2.23.0"
|
|
musicbrainzngs = "^0.7.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^5.2"
|
|
python-language-server = "^0.31.8"
|
|
Rope = "^0.16.0"
|
|
Pyflakes = "^2.1.1"
|
|
McCabe = "^0.6.1"
|
|
pycodestyle = "^2.5.0"
|
|
pydocstyle = "^5.0.2"
|
|
autopep8 = "^1.5"
|
|
YAPF = "^0.29.0"
|
|
pudb = "^2019.2"
|
|
pyls-black = "^0.4.4"
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|