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