diff --git a/poetry.lock b/poetry.lock index 5ea3292..86cf239 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,5 +1,21 @@ # This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +[[package]] +name = "aiocache" +version = "0.12.2" +description = "multi backend asyncio cache" +optional = false +python-versions = "*" +files = [ + {file = "aiocache-0.12.2-py2.py3-none-any.whl", hash = "sha256:9b6fa30634ab0bfc3ecc44928a91ff07c6ea16d27d55469636b296ebc6eb5918"}, + {file = "aiocache-0.12.2.tar.gz", hash = "sha256:b41c9a145b050a5dcbae1599f847db6dd445193b1f3bd172d8e0fe0cb9e96684"}, +] + +[package.extras] +memcached = ["aiomcache (>=0.5.2)"] +msgpack = ["msgpack (>=0.5.5)"] +redis = ["redis (>=4.2.0)"] + [[package]] name = "aiofiles" version = "23.2.1" @@ -2108,4 +2124,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "88aea998e7f2b8a409ac343cef371690bfd806ce68b06de861c3b397ce6a6d51" +content-hash = "1c9cf1907e01eab12ee80ac8ac1a7dedeb907581565895366fd63d523b988077" diff --git a/pyproject.toml b/pyproject.toml index b89a201..15a8e45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ nonebot-plugin-localstore = "^0.5.1" httpx = "^0.25.0" nonebot-plugin-alconna = ">=0.30,<0.34" nonebot-plugin-apscheduler = "^0.3.0" +aiocache = "^0.12.2" [tool.poetry.group.dev.dependencies] mypy = '>=0.991,<1.8'