Skip to content

Commit

Permalink
add aiosqlite for async
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenstr committed Nov 25, 2024
1 parent b070ea0 commit 200bf8b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
20 changes: 19 additions & 1 deletion 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 @@ -23,6 +23,7 @@ marshmallow-dataclass = "^8.3"
pycryptodomex = "^3.9"
environs = "^9.3.1"
asyncpg = { version = "^0.28.0", markers = "platform_python_implementation == 'CPython'" } # pypy can not build asyncpg
aiosqlite = "^0.20.0"


[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 200bf8b

Please sign in to comment.