Skip to content

Commit a26805b

Browse files
rafsafrafsaf
and
rafsaf
authored
add asyncio extra dependency to sqlalchemy (#99)
Signed-off-by: rafsaf <rafal.safin@rafsaf.pl> Co-authored-by: rafsaf <rafal.safin@rafsaf.pl>
1 parent 6f9bdfd commit a26805b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

poetry.lock

Lines changed: 2 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pydantic = { extras = ["dotenv", "email"], version = "^2.10.3" }
1515
pydantic-settings = "^2.6.1"
1616
pyjwt = "^2.10.1"
1717
python-multipart = "^0.0.19"
18-
sqlalchemy = "^2.0.36"
18+
sqlalchemy = {extras = ["asyncio"], version = "^2.0.36"}
1919

2020
[tool.poetry.group.dev.dependencies]
2121
coverage = "^7.6.9"

0 commit comments

Comments
 (0)