From 7f3a8258b35df0b1e9c4dc0aee41318e51da2d36 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 16 Apr 2019 20:32:48 +0200 Subject: [PATCH] Downgrade psycopg2 to 2.7.7 Django is not ready yet (migrations fail). cf https://docs.djangoproject.com/en/dev/releases/2.2.1/ Expected May 1, 2019 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 99a92477..bd31df1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Django==2.2 django-agnocomplete==0.14.0 django-compressor==2.2 Pillow==6.0.0 -psycopg2==2.8.1 +#psycopg2==2.7.7 requests==2.21.0 social-auth-core==3.1.0 social-auth-app-django==3.1.0