]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add psycopg binary to extras (#9865)
authorVlastimil Zíma <ziima@users.noreply.github.com>
Wed, 31 May 2023 19:54:19 +0000 (21:54 +0200)
committerGitHub <noreply@github.com>
Wed, 31 May 2023 19:54:19 +0000 (21:54 +0200)
setup.cfg

index 7477fec4565dfad408f50dca094d429006af303f..4857a19f1494008af5931e607d1d33fa5825cf4e 100644 (file)
--- 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 =