️ support cache tenant token

This commit is contained in:
StarHeartHunt
2021-07-09 09:22:56 +08:00
parent 730186cfd4
commit 70e424b58f
3 changed files with 31 additions and 2 deletions

View File

@ -27,6 +27,7 @@ python = "^3.7.3"
httpx = "^0.17.0"
nonebot2 = "^2.0.0-alpha.13"
pycryptodome = "^3.10.1"
aiocache = "^0.11.1"
[tool.poetry.dev-dependencies]
nonebot2 = { path = "../../", develop = true }