Skip to content

Commit 63e8d06

Browse files
committed
remove aiomysql
1 parent 68ef8ac commit 63e8d06

File tree

3 files changed

+264
-323
lines changed

3 files changed

+264
-323
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ up:
1212
@poetry update
1313

1414
deps:
15-
@poetry install -E asyncpg -E asyncmy -E aiomysql
15+
@poetry install -E asyncpg -E asyncmy
1616

1717
style: deps
1818
isort -src $(checkfiles)

0 commit comments

Comments
 (0)