🐛修复依赖

This commit is contained in:
2024-07-11 12:27:23 +00:00
parent 7809ef0c50
commit fdf101f777
5 changed files with 6 additions and 10 deletions

View File

@ -3,7 +3,7 @@ name = "nonebot-plugin-acgnshow"
version = "0.1.1"
description = "Nonebot2插件从哔哩哔哩会员购获取简易展览数据"
readme = "README.md"
requires-python = "<4.0,>=3.8"
requires-python = "<4.0,>=3.9"
authors = [
{name = "Asankilp", email = "asankilp@outlook.com"},
]
@ -11,6 +11,7 @@ dependencies = [
"nonebot2>=2.2.0",
"nonebot-plugin-alconna>=0.48.0",
"nonebot-plugin-htmlrender>=0.3.2",
"nonebot-adapter-satori>=0.12",
"jinja2>=3.1.4",