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', ]