]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
dedupe asyncio extras 5830/head
authorThomas Grainger <tagrain@gmail.com>
Tue, 12 Jan 2021 14:01:02 +0000 (14:01 +0000)
committerThomas Grainger <tagrain@gmail.com>
Tue, 12 Jan 2021 14:01:02 +0000 (14:01 +0000)
setup.cfg

index be803ac0940ecbebd98d535b04052fb77923e7ab..a78290c9b129c1db30dd7db231cf829c20cc5137 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -61,16 +61,16 @@ oracle =
 postgresql = psycopg2>=2.7
 postgresql_pg8000 = pg8000>=1.16.6
 postgresql_asyncpg =
+    %(asyncio)s
     asyncpg;python_version>="3"
-    greenlet;python_version>="3"
 postgresql_psycopg2binary = psycopg2-binary
 postgresql_psycopg2cffi = psycopg2cffi
 pymysql =
     pymysql;python_version>="3"
     pymysql<1;python_version<"3"
 aiomysql =
+    %(asyncio)s
     aiomysql;python_version>="3"
-    greenlet;python_version>="3"
 
 [egg_info]
 tag_build = dev