From: Thomas Grainger Date: Tue, 12 Jan 2021 14:00:12 +0000 (+0000) Subject: update aiomysql extra to match asyncpg X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30e4fc3652e72267f1c24277467f8f9318b1a652;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git update aiomysql extra to match asyncpg --- 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