summaryrefslogtreecommitdiff
path: root/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'check.py')
-rw-r--r--check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check.py b/check.py
index a70d508..cb98011 100644
--- a/check.py
+++ b/check.py
@@ -88,7 +88,7 @@ class CheckATRI():
别吐槽 暴 力
'''
rely_list = [
- 'nonebot2', 'nonebot2[scheduler]', 'nonebot2[test]', 'nltk',
+ 'nonebot2', 'nonebot2[scheduler]', 'nonebot_plugin_apscheduler', 'nltk',
'requests', 'pillow', 'psutil'
]
rely_len = len(rely_list)