v0.1.2.1

This commit is contained in:
Asankilp 2024-07-11 12:48:34 +00:00
parent adb5963733
commit 8cab6ab944

View File

@ -1,6 +1,6 @@
[project] [project]
name = "nonebot-plugin-acgnshow" name = "nonebot-plugin-acgnshow"
version = "0.1.2" version = "0.1.2.1"
description = "Nonebot2插件从哔哩哔哩会员购获取简易展览数据" description = "Nonebot2插件从哔哩哔哩会员购获取简易展览数据"
readme = "README.md" readme = "README.md"
requires-python = "<4.0,>=3.9" requires-python = "<4.0,>=3.9"
@ -14,8 +14,7 @@ dependencies = [
"nonebot-adapter-satori>=0.12", "nonebot-adapter-satori>=0.12",
"nonebot-adapter-onebot>=2.4.3", "nonebot-adapter-onebot>=2.4.3",
"jinja2>=3.1.4", "jinja2>=3.1.4",
"requests>=2.32.3",
] ]
license = {text = "MIT"} license = {text = "MIT"}