Skip to content

Commit

Permalink
Add asyncpg to development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ri-gilfanov committed Nov 28, 2021
1 parent 445fb32 commit 2c5dc2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
16 changes: 2 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ sqlite = ["aiosqlite"]

[tool.poetry.dev-dependencies]
aiosqlite = ">=0.17.0"
asyncpg = ">=0.25.0"
flake8 = ">=4.0.1"
isort = ">=5.10.1"
mypy = ">=0.910"
Expand Down

0 comments on commit 2c5dc2b

Please sign in to comment.