From 36e24b7da889e1f405ed1a66c80926aafa96a29e Mon Sep 17 00:00:00 2001 From: Xeniac Date: Wed, 2 Jan 2019 12:07:52 +0100 Subject: [PATCH] Update dependencies to Django2 PostgreSQL psycopg2 dependecy changed to wheel distribution. --- requirements/base.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index e04f50b..aa084b1 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ beautifulsoup4 -django < 2.0 +django < 3.0 django-appconf django-ckeditor django-contrib-comments @@ -12,7 +12,7 @@ easy-thumbnails icalendar markdown pillow -psycopg2 +psycopg2-binary PyJWT pytz requests