Skip to content

Commit 1700ac6

Browse files
committed
add 'aiosqlite' for async SQLite
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
1 parent b340201 commit 1700ac6

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

poetry.lock

Lines changed: 16 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ fastapi = "^0.97.0"
1212
asyncpg = "^0.27.0"
1313
sqlalchemy = {extras = ["asyncio"], version = "^2.0.16"}
1414
uvicorn = {extras = ["standard"], version = "^0.22.0"}
15+
aiosqlite = "^0.19.0"
1516

1617
[tool.poetry.group.dev.dependencies]
1718
# linting and formatting tools

0 commit comments

Comments
 (0)