Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vsdudakov committed Aug 2, 2024
1 parent f50e92b commit e83ad49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fastapi = { version = "0.*", optional = true }
flask = { version = "2.*", optional = true }
django = { version = "4.*", optional = true }
tortoise-orm = { version = "0.*", optional = true }
sqlalchemy = { version = "2.*", optional = true }
sqlalchemy = { version = "2.*", extras = ["asyncio"], optional = true }
pony = { version = "0.*", optional = true }


Expand All @@ -43,6 +43,7 @@ flask = ["flask"]
django = ["django"]
tortoise-orm = ["tortoise-orm"]
sqlalchemy = ["sqlalchemy"]
greenlet = ["sqlalchemy"]
pony = ["pony"]

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit e83ad49

Please sign in to comment.