Update dependency

This commit is contained in:
Richard Chien
2018-07-06 19:24:34 +08:00
parent c4b99e1a1c
commit 00fd696dc6
2 changed files with 1 additions and 153 deletions

View File

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