From 43e3ae568ff121f706c8531ac01d1b13972588c4 Mon Sep 17 00:00:00 2001 From: Untone Date: Sat, 17 Feb 2024 16:46:08 +0300 Subject: [PATCH] redis --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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"}