From 16838e0d83c8dd3f1be1e6ec5fb1cecd9b319d8a Mon Sep 17 00:00:00 2001
From: Kyomotoi <kyomotoiowo@gmail.com>
Date: Sun, 24 Oct 2021 16:47:29 +0800
Subject: =?UTF-8?q?=F0=9F=94=96=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?=
 =?UTF-8?q?=EF=BC=9AYHN-001-A04?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

新增:
  - nsfw检测(主动/被动) 又名 涩图嗅探
  - 可选代理
修复:
  - plugin/chat 在 nb2-a14+ 版本 finish 内为空时会报错
其他:
  - 对定时任务进行中文命名
---
 requirements.txt | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'requirements.txt')

diff --git a/requirements.txt b/requirements.txt
index b02b614..bef0a64 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,10 +2,12 @@ aiohttp>=3.6.2
 aiofiles>=0.6.0
 APScheduler>=3.7.0
 Pillow>=8.1.1
-nonebot-adapter-cqhttp>=2.0.0a12
+nonebot-adapter-cqhttp>=2.0.0a14
 nonebot-plugin-test>=0.2.0
 nonebot2>=2.0.0a13.post1
 psutil>=5.7.2
 pathlib>=1.0.1
 pytz>=2020.1
-pyyaml>=5.4
\ No newline at end of file
+pyyaml>=5.4
+scikit-image>=0.18.3
+tensorflow>=2.6.0
\ No newline at end of file
-- 
cgit v1.2.3