update github actions

This commit is contained in:
long2ice
2020-06-02 22:14:44 +08:00
parent e87f67f1e1
commit 2a0435dea9
4 changed files with 13 additions and 14 deletions

View File

@@ -19,6 +19,8 @@ python = "^3.8"
tortoise-orm = "*"
asyncclick = "*"
pydantic = "*"
aiomysql = {version = "*", optional = true}
asyncpg = {version = "*", optional = true}
[tool.poetry.dev-dependencies]
taskipy = "*"
@@ -29,8 +31,6 @@ pytest = "*"
pytest-xdist = "*"
mypy = "*"
pytest-asyncio = "*"
aiomysql = {version = "*", optional = true}
asyncpg = {version = "*", optional = true}
[tool.poetry.extras]
dbdrivers = ["aiomysql", "asyncpg"]