From 74f2915f4440f56427c0d83e496308fe0f34560f Mon Sep 17 00:00:00 2001 From: ccc_dw <2931589710@qq.com> Date: Thu, 25 Dec 2025 17:56:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AF=E4=BB=B6=E5=8C=85=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..83ca393 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,16 @@ +requests~=2.32.5 +pillow~=12.0.0 +curl_cffi~=0.14.0 +aiohttp~=3.13.2 +opencv-python~=4.12.0.88 +numpy~=2.2.6 +pydantic +nonebot_plugin_session +nonebot-plugin-rauthman +nonebot-plugin-apscheduler +nonebot-plugin-user +nonebot-plugin-userinfo +nonebot-plugin-send-anything-anywhere +nonebot-plugin-orm[default] +nonebot2[fastapi] +nonebot2[httpx]