Move from psycopg2 to psycopg2-binary to use manylinux wheels
For more details, see https://github.com/psycopg/psycopg2/issues/674
This commit is contained in:
parent
4dfff67e41
commit
e43f521bf6
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
django>=1.11,<1.12
|
django>=1.11,<1.12
|
||||||
django-debug-toolbar==1.8
|
django-debug-toolbar==1.8
|
||||||
gunicorn==19.5.0
|
gunicorn==19.5.0
|
||||||
psycopg2==2.7.3.1
|
psycopg2-binary==2.7.3.2
|
||||||
whitenoise==3.3.1
|
whitenoise==3.3.1
|
||||||
|
|
Loading…
Reference in a new issue