From f78da4f0f8b921805862b749b1e10de98ebe9779 Mon Sep 17 00:00:00 2001 From: Blaine Hansen Date: Thu, 4 Apr 2019 14:37:04 -0600 Subject: [PATCH] changing psycopg2 dependency to psycopg2-binary --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d00d2b6..9af2120 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ REQUIRES = [ 'six', - 'psycopg2', + 'psycopg2-binary', 'sqlalchemy', ]