Skip to content

Commit

Permalink
Fixed missing greenlet library during test on macOS (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillDaSilva committed Apr 25, 2024
1 parent d366737 commit d9df123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -46,7 +46,7 @@ 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'",
Expand Down

0 comments on commit d9df123

Please sign in to comment.