From: Vlastimil Zíma Date: Wed, 31 May 2023 19:54:19 +0000 (+0200) Subject: Add psycopg binary to extras (#9865) X-Git-Tag: rel_2_0_16~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9d0ffd96c632750be9adcb03a207d75aecaa80f;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add psycopg binary to extras (#9865) --- diff --git a/setup.cfg b/setup.cfg index 7477fec456..4857a19f14 100644 --- a/setup.cfg +++ b/setup.cfg @@ -66,6 +66,7 @@ postgresql_asyncpg = postgresql_psycopg2binary = psycopg2-binary postgresql_psycopg2cffi = psycopg2cffi postgresql_psycopg = psycopg>=3.0.7 +postgresql_psycopgbinary = psycopg[binary]>=3.0.7 pymysql = pymysql aiomysql =