From 32e3d82738e0cbbaee111afc912bfd63521177b6 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Sun, 25 Mar 2018 22:42:14 +0200
Subject: [PATCH] Switched to psycopg2-binary to avoid warning

---
 api/requirements/base.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/requirements/base.txt b/api/requirements/base.txt
index efcc4eea4..3874c0104 100644
--- a/api/requirements/base.txt
+++ b/api/requirements/base.txt
@@ -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
-- 
GitLab