Lots of updates

This commit is contained in:
Richard Chien
2018-07-01 11:01:24 +08:00
parent 1835a4c33d
commit a13128f356
9 changed files with 162 additions and 90 deletions

View File

@ -14,7 +14,7 @@ setup(
description='A QQ bot framework',
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=['aiocqhttp>=0.3'],
install_requires=['aiocqhttp>=0.3', 'aiocache'],
python_requires='>=3.6',
platforms='any',
classifiers=(