From 8cab6ab94410a5d46226135d9a55f2155395002f Mon Sep 17 00:00:00 2001 From: Asankilp Date: Thu, 11 Jul 2024 12:48:34 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8v0.1.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 78d3218..ac814fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nonebot-plugin-acgnshow" -version = "0.1.2" +version = "0.1.2.1" description = "Nonebot2插件,从哔哩哔哩会员购获取简易展览数据" readme = "README.md" requires-python = "<4.0,>=3.9" @@ -14,8 +14,7 @@ dependencies = [ "nonebot-adapter-satori>=0.12", "nonebot-adapter-onebot>=2.4.3", "jinja2>=3.1.4", - - + "requests>=2.32.3", ] license = {text = "MIT"}