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

@@ -12,7 +12,7 @@ up:
@poetry update
deps:
@poetry install -E asyncpg -E asyncmy -E aiomysql
@poetry install -E asyncpg -E asyncmy
style: deps
isort -src $(checkfiles)