author-cache-removed

This commit is contained in:
2024-04-19 14:28:21 +03:00
parent 41af1a7349
commit 3c219bfa69
4 changed files with 24 additions and 77 deletions

View File

@@ -7,7 +7,6 @@ authors = ["Tony Rewin <anton.rewin@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.12"
sentry-sdk = "^1.44.1"
redis = "^5.0.3"
ariadne = "^0.23.0"
starlette = "^0.37.2"
itsdangerous = "^2.1.2"
@@ -15,6 +14,7 @@ requests = "^2.31.0"
granian = "^1.2.1"
colorlog = "^6.8.2"
httpx = "^0.27.0"
redis = {version = "^5.0.3", extras = ["async"]}
[tool.poetry.group.dev.dependencies]
pre-commit = "^3.6.0"