From d9d0ffd96c632750be9adcb03a207d75aecaa80f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vlastimil=20Z=C3=ADma?= Date: Wed, 31 May 2023 21:54:19 +0200 Subject: [PATCH] Add psycopg binary to extras (#9865) --- setup.cfg | 1 + 1 file changed, 1 insertion(+) 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 = -- 2.47.3