diff --git a/pyproject.toml b/pyproject.toml index 9ccfc30..78d85cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.12" aiohttp = "^3.9.3" +redis = {extras = ["hiredis"], version = "^5.0.1"} strawberry-graphql = {extras = ["asgi", "debug-server"], version = "^0.219.2"} granian = "^1.1.0" sentry-sdk = {extras = ["strawberry"], version = "^1.40.4"}