update aiomysql to asyncmy

This commit is contained in:
long2ice
2021-03-13 16:37:45 +08:00
parent 4c0308ff22
commit 54da8b22af
3 changed files with 37 additions and 47 deletions

View File

@@ -35,7 +35,8 @@ bandit = "*"
pytest-mock = "*"
[tool.poetry.extras]
dbdrivers = ["aiomysql", "asyncpg"]
asyncmy = ["asyncmy"]
asyncpg = ["asyncpg"]
[build-system]
requires = ["poetry>=0.12"]