From 690ebec3b022c69081dc32a068783043384413cd Mon Sep 17 00:00:00 2001 From: Xeniac Date: Wed, 10 May 2017 10:21:38 +0200 Subject: [PATCH] =?UTF-8?q?Abh=C3=A4ngikeiten=20aktualisiert.=20Social=20A?= =?UTF-8?q?uth=20Module=20haben=20den=20Eigent=C3=BCmer=20ver=C3=A4ndert,d?= =?UTF-8?q?ie=20Paketnamen=20wurden=20angepasst=20Abh=C3=A4ngigkeiten=20f?= =?UTF-8?q?=C3=BCr=20Python=203=20kompatible=20Module=20aktualisiert=20Ver?= =?UTF-8?q?sionseinschr=C3=A4nkungen=20f=C3=BCr=20Django=20Update=20entfer?= =?UTF-8?q?nt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements/base.txt | 16 ++++++++-------- requirements/development.txt | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index fbc2188..67e6141 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,22 +1,22 @@ -BeautifulSoup -django<1.9 +beautifulsoup4 +django django-appconf +django-ckeditor django-compressor django-contrib-comments -django-ckeditor django-csp django-extra-views -django-grappelli django-markdown easy-thumbnails -flup +flup-py3 icalendar markdown pillow psycopg2 PyJWT -#python-social-auth ## deprecated -social-auth-app-django -pytz==2013d +pytz requests requests-oauthlib +social-auth-app-django +social-auth-core + diff --git a/requirements/development.txt b/requirements/development.txt index 9bfed6f..e60116c 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -1,7 +1,7 @@ -r base.txt flake8 autoflake -django-debug-toolbar==1.6 +django-debug-toolbar django-sslserver rosetta sqlparse