remove aiomysql

This commit is contained in:
long2ice
2021-12-08 14:43:33 +08:00
parent 68ef8ac676
commit 63e8d06157
3 changed files with 264 additions and 323 deletions

View File

@@ -18,8 +18,8 @@ include = ["CHANGELOG.md", "LICENSE", "README.md"]
python = "^3.7"
tortoise-orm = "^0.17.7"
click = "*"
aiomysql = { version = "*", optional = true }
asyncpg = { version = "*", optional = true }
asyncmy = { version = "*", optional = true }
ddlparse = "*"
dictdiffer = "*"
tomlkit = "*"
@@ -38,7 +38,6 @@ cryptography = "*"
[tool.poetry.extras]
asyncmy = ["asyncmy"]
asyncpg = ["asyncpg"]
aiomysql = ["aiomysql"]
[build-system]
requires = ["poetry>=0.12"]