Lycodon/backend/pyproject.toml

22 lines
441 B
TOML

[tool.poetry]
name = "Lycodon"
version = "0.0.1"
description = "Lycodon is a music library manager"
authors = ["Dustin C. Hatch <dustin@hatch.name>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
[tool.poetry.dev-dependencies]
black = "^21.12b0"
flake8 = "^4.0.1"
isort = "^5.10.1"
mypy = "^0.931"
pylint = "^2.12.2"
rope = "^0.22.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"