Skip to content

Commit 2e48bf2

Browse files
authored
Merge pull request #255 from dimagi/nh/psycopg2-binary
Switch to psycopg2-binary
2 parents 829f0f0 + 53e6e35 commit 2e48bf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ def run_tests(self):
4545
sys.exit(errno)
4646

4747

48-
test_deps = ['pytest', 'psycopg2', 'mock']
48+
test_deps = ['pytest', 'psycopg2-binary', 'mock']
4949
base_sql_deps = ["SQLAlchemy", "alembic"]
50-
postgres = ["psycopg2"]
50+
postgres = ["psycopg2-binary"]
5151
mysql = ["pymysql"]
5252
odbc = ["pyodbc"]
5353

0 commit comments

Comments
 (0)