From 30e4fc3652e72267f1c24277467f8f9318b1a652 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Tue, 12 Jan 2021 14:00:12 +0000 Subject: [PATCH] update aiomysql extra to match asyncpg --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f7915e43b2..be803ac094 100644 --- a/setup.cfg +++ b/setup.cfg @@ -68,7 +68,9 @@ postgresql_psycopg2cffi = psycopg2cffi pymysql = pymysql;python_version>="3" pymysql<1;python_version<"3" -aiomysql = aiomysql +aiomysql = + aiomysql;python_version>="3" + greenlet;python_version>="3" [egg_info] tag_build = dev -- 2.47.2