update github actions

update github actions

update github actions

update github actions

update github actions

update github actions

update github actions

update github actions

update github actions

update github actions

update github actions
This commit is contained in:
long2ice
2020-06-02 18:28:50 +08:00
committed by long2ice
parent b4366d2427
commit e87f67f1e1
7 changed files with 180 additions and 70 deletions

View File

@@ -29,6 +29,8 @@ pytest = "*"
pytest-xdist = "*"
mypy = "*"
pytest-asyncio = "*"
aiomysql = {version = "*", optional = true}
asyncpg = {version = "*", optional = true}
[tool.poetry.extras]
dbdrivers = ["aiomysql", "asyncpg"]