Switched to psycopg2-binary to avoid warning

This commit is contained in:
Eliot Berriot 2018-03-25 22:42:14 +02:00
commit 32e3d82738
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27

View file

@ -14,7 +14,7 @@ django-allauth>=0.34,<0.35
# Python-PostgreSQL Database Adapter
psycopg2>=2.7,<=2.8
psycopg2-binary>=2.7,<=2.8
# Time zones support
pytz==2017.3