]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
update aiomysql extra to match asyncpg
authorThomas Grainger <tagrain@gmail.com>
Tue, 12 Jan 2021 14:00:12 +0000 (14:00 +0000)
committerThomas Grainger <tagrain@gmail.com>
Tue, 12 Jan 2021 14:00:12 +0000 (14:00 +0000)
setup.cfg

index f7915e43b20432055531337e8d8ea88bddb261b9..be803ac0940ecbebd98d535b04052fb77923e7ab 100644 (file)
--- 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