From 025ff4643638e0f195a77ac45739227208170b99 Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Tue, 3 Jul 2018 10:09:51 +0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4328530a..edf25ab2 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( description='A QQ bot framework', long_description=long_description, long_description_content_type="text/markdown", - install_requires=['aiocqhttp>=0.4', 'aiocache'], + install_requires=['aiocqhttp>=0.5', 'aiocache'], python_requires='>=3.6', platforms='any', classifiers=(