aioredis integration and forced authentication

This commit is contained in:
decentral1se
2021-06-12 00:53:57 +02:00
parent 1acc7705df
commit 96e718db3a
5 changed files with 163 additions and 21 deletions

View File

@ -13,6 +13,7 @@ Jinja2 = "^3.0.1"
itsdangerous = "^2.0.1"
Authlib = "^0.15.4"
httpx = "^0.18.1"
aioredis = "^1.3.1"
[tool.poetry.dev-dependencies]
black = "^21.6b0"