update Makefile

This commit is contained in:
long2ice
2020-06-22 12:55:26 +08:00
parent 6fd0f8a42f
commit 25674bc73a
6 changed files with 61 additions and 127 deletions

View File

@@ -23,13 +23,11 @@ aiomysql = {version = "*", optional = true}
asyncpg = {version = "*", optional = true}
[tool.poetry.dev-dependencies]
taskipy = "*"
flake8 = "*"
isort = "*"
black = "^19.10b0"
pytest = "*"
pytest-xdist = "*"
mypy = "*"
pytest-asyncio = "*"
[tool.poetry.extras]