diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/pyproject.toml b/pyproject.toml index cee8cae..10f943e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,18 +12,17 @@ dependencies = [ "jieba>=0.42.1", "scikit-learn>=1.3.1", "requests>=2.31.0", - "iamai>=3.2.9", - "iamai-adapter-onebot11>=3.2.9", - "iamai-adapter-kook>=3.2.9", - "iamai-adapter-dingtalk>=3.2.9", - "iamai-adapter-apscheduler>=3.2.9", "apscheduler>=3.10.4", "lupa>=2.0", + "windows-curses>=2.3.2", + "lark>=1.1.8", + "cachetools>=5.3.2", + "iamai[onebot11]>=0.0.2", ] requires-python = ">=3.8" readme = "README.md" license = {text = "MIT"} -keywords = ["bot", "qq", "qqbot", "mirai", "coolq"] +keywords = ["bot", "qq", "qqbot", "mirai", "coolq", "gensokyo", "dice", "hydroroll"] classifiers = ["Development Status :: 5 - Production/Stable", "Framework :: Robot Framework", "Framework :: Robot Framework :: Library", "Operating System :: OS Independent", "Programming Language :: Python :: 3"] [project.urls] |
