Skip to content

Commit

Permalink
Install asyncio extra for `sqlalchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
WillDaSilva committed Apr 25, 2024
1 parent 1a5c6ba commit 89b7dce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,14 @@ cbor = ["cbor2 >= 5.0"]
mongodb = ["pymongo >= 4"]
mqtt = ["paho-mqtt >= 2.0"]
redis = ["redis >= 4.4.0"]
sqlalchemy = ["sqlalchemy >= 2.0.19"]
sqlalchemy = ["sqlalchemy[asyncio] >= 2.0.19"]
test = [
"APScheduler[cbor,mongodb,mqtt,redis,sqlalchemy]",
"asyncpg >= 0.20; python_implementation == 'CPython'",
"aiosqlite >= 0.19",
"anyio[trio]",
"asyncmy >= 0.2.5; python_implementation == 'CPython'",
"coverage >= 7",
"greenlet >= 3",
"paho-mqtt >= 2.0",
"psycopg",
"pymongo >= 4",
Expand Down

0 comments on commit 89b7dce

Please sign in to comment.