From a61934650eeb59dd3b814629464708aa363fbcf6 Mon Sep 17 00:00:00 2001 From: AkashiCoin Date: Tue, 3 Sep 2024 12:49:20 +0800 Subject: [PATCH] =?UTF-8?q?:heavy=5Fplus=5Fsign:=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E4=BE=9D=E8=B5=96aiocache?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 23 ++++++++++++++++++++++- pyproject.toml | 1 + 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 5c8a61b2..0a43ca1a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,5 +1,26 @@ # This file is automatically @generated by Poetry 1.8.3 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.source] +type = "legacy" +url = "https://mirrors.aliyun.com/pypi/simple" +reference = "ali" + [[package]] name = "aiofiles" version = "23.2.1" @@ -4888,4 +4909,4 @@ reference = "ali" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "240afe7d506a1888cf1742d86fc70274581b76df27827095dc8b914edcff2e50" +content-hash = "706cc73807663c91c3eed8d689e7f04f49fd6f0b6d2b3a2e7e4e078a2c3f89c0" diff --git a/pyproject.toml b/pyproject.toml index b7df3910..7be8b329 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,6 +49,7 @@ python-jose = { extras = ["cryptography"], version = "^3.3.0" } python-multipart = "^0.0.9" nonebot-plugin-alconna = "0.51.1" arclet-alconna = "1.8.23" +aiocache = "^0.12.2" [tool.poetry.dev-dependencies] nonebug = "^0.3.2"