diff options
author | Kyomotoi <[email protected]> | 2021-10-24 16:47:29 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2021-10-24 16:47:29 +0800 |
commit | 16838e0d83c8dd3f1be1e6ec5fb1cecd9b319d8a (patch) | |
tree | 77630910cac9cc38396cabe3dcc11e2d856a6c2f /requirements.txt | |
parent | d789b1ae77f4415dab062c4af516e303dc447ddc (diff) | |
download | ATRI-16838e0d83c8dd3f1be1e6ec5fb1cecd9b319d8a.tar.gz ATRI-16838e0d83c8dd3f1be1e6ec5fb1cecd9b319d8a.tar.bz2 ATRI-16838e0d83c8dd3f1be1e6ec5fb1cecd9b319d8a.zip |
🔖 更新版本:YHN-001-A04
新增:
- nsfw检测(主动/被动) 又名 涩图嗅探
- 可选代理
修复:
- plugin/chat 在 nb2-a14+ 版本 finish 内为空时会报错
其他:
- 对定时任务进行中文命名
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 6 |
1 files changed, 4 insertions, 2 deletions
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 |