update: r

This commit is contained in:
snowy 2024-03-03 21:25:29 +08:00
parent d1795f0ca8
commit 9e9f6e4ad6
2 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,5 @@
nonebot2[fastapi]
nonebot-adapter-onebot==2.4.1
nonebot-adapter-onebot==2.4.1
pydantic==1.10.8
yaml==0.2.5
pyyaml==6.0

View File

@ -3,7 +3,6 @@ import nonebot
from nonebot import DOTENV_TYPE
from nonebot.adapters.onebot.v11 import Adapter as OnebotV11Adapter
from nonebot.adapters.onebot.v12 import Adapter as OnebotV12Adapter
from sqlalchemy import create_engine
from src.api.utils import load_config