Merge branch 'psycopg-warning' into 'develop'

Switched to psycopg2-binary to avoid warning

See merge request funkwhale/funkwhale!110
merge-requests/154/head
Eliot Berriot 2018-03-25 20:43:47 +00:00
commit 6644ff969e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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