1
0
forked from bot/app

feat: 添加了对markdown的简单封装

This commit is contained in:
2024-03-19 21:56:31 +08:00
parent 15c751b1c8
commit edf390ff43
7 changed files with 74 additions and 81 deletions

View File

@ -4,4 +4,7 @@ nonebot2[fastapi]==2.2.1
nonebot-adapter-onebot==2.4.3
nonebot-plugin-alconna==0.41.0
psutil==5.9.8
pydantic==2.6.4
pydantic==2.6.4
PyYAML~=6.0.1
typing_extensions~=4.10.0
starlette~=0.36.3