Install psycopg2-binary

This commit is contained in:
Raphael Michel
2018-03-06 10:01:45 +01:00
parent 34fa5d6bfc
commit 2f1ee93e86
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
psycopg2
psycopg2-binary

View File

@@ -132,7 +132,7 @@ setup(
],
'memcached': ['pylibmc'],
'mysql': ['mysqlclient'],
'postgres': ['psycopg2'],
'postgres': ['psycopg2-binary'],
},
packages=find_packages(exclude=['tests', 'tests.*']),