1
0
mirror of synced 2024-12-04 11:07:55 +01:00
jubeatools/pyproject.toml

34 lines
693 B
TOML
Raw Normal View History

2020-05-31 18:04:35 +02:00
[tool.poetry]
name = "jubeatools"
version = "0.1.0"
description = ""
authors = ["Stepland <16676308+Stepland@users.noreply.github.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
multidict = "^4.7.6"
2020-05-31 18:05:27 +02:00
click = "^7.1.2"
path = "^14.0.1"
simplejson = "^3.17.0"
2020-06-01 22:20:21 +02:00
marshmallow = "^3.6.0"
2020-06-08 01:56:10 +02:00
parsimonious = "^0.8.1"
2020-06-29 00:19:57 +02:00
more-itertools = "^8.4.0"
sortedcontainers = "^2.2.2"
python-constraint = "^1.4.0"
2020-05-31 18:04:35 +02:00
[tool.poetry.dev-dependencies]
pytest = "^5.2"
2020-05-31 18:05:27 +02:00
rope = "^0.17.0"
black = "^19.10b0"
2020-06-23 23:29:54 +02:00
hypothesis = "^5.16.3"
2020-06-29 00:19:57 +02:00
mypy = "^0.782"
isort = "^4.3.21"
2020-05-31 18:05:27 +02:00
[tool.poetry.scripts]
jubeatools = 'jubeatools.cli:convert'
2020-05-31 18:04:35 +02:00
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"