From a1f1c5708f40e400fcbb3cbc9527d8fb5f374c7b Mon Sep 17 00:00:00 2001 From: Ahmed Bilal <49-ahmedbilal@users.noreply.code.ungleich.ch> Date: Sun, 9 Jun 2019 07:12:49 +0200 Subject: [PATCH] requirements.txt now use psycopg2-binary instead of psycopg2 that requires config file to compile and install --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b347564..187245d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ djangorestframework python-decouple>=3.1 # DB -psycopg2 +psycopg2-binary # Recommended markdown