[tool.poetry] name = "jubeatools" version = "0.1.0" description = "A toolbox for jubeat file formats" authors = ["Stepland <16676308+Stepland@users.noreply.github.com>"] readme = "README.md" [tool.poetry.dependencies] python = "^3.8" multidict = "^4.7.6" click = "^7.1.2" path = "^14.0.1" simplejson = "^3.17.0" marshmallow = "^3.6.0" parsimonious = "^0.8.1" more-itertools = "^8.4.0" sortedcontainers = "^2.2.2" python-constraint = "^1.4.0" [tool.poetry.dev-dependencies] pytest = "^5.2" rope = "^0.17.0" black = "^19.10b0" hypothesis = "^5.16.3" mypy = "^0.782" isort = "^4.3.21" [tool.poetry.scripts] jubeatools = 'jubeatools.cli:convert' [tool.isort] multi_line_output = 3 include_trailing_comma = true force_grid_wrap = 0 use_parentheses = true ensure_newline_before_comments = true line_length = 88 [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api"