Skip to content

Commit

Permalink
remove aiomysql
Browse files Browse the repository at this point in the history
  • Loading branch information
long2ice committed Dec 8, 2021
1 parent 68ef8ac commit 63e8d06
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 323 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading

0 comments on commit 63e8d06

Please sign in to comment.