]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add `postgresql_psycopg2binary` install extra that installs `psycopg2-binary`
authorAlex Rothberg <agrothberg@gmail.com>
Wed, 18 Jul 2018 14:40:52 +0000 (10:40 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 18 Jul 2018 14:41:26 +0000 (10:41 -0400)
Fixes: #4306
Change-Id: I26edc1a4ac8a7f9f3f258bb03009ebfa4cc00e1a
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/465

setup.py

index 5c1ff77ffeacfadb6d4e15c731ad391538a00723..a4b0b9e170bb716d976dcfbbdc4c318505ab42ab 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -157,6 +157,7 @@ def run_setup(with_cext):
             'mysql': ['mysqlclient'],
             'pymysql': ['pymysql'],
             'postgresql': ['psycopg2'],
+            'postgresql_psycopg2binary': ['psycopg2-binary'],            
             'postgresql_pg8000': ['pg8000'],
             'postgresql_psycopg2cffi': ['psycopg2cffi'],
             'oracle': ['cx_oracle'],