From 8a3cef94846b4f5f7e0e1f5a73d4751ef8bbf9c5 Mon Sep 17 00:00:00 2001 From: Oleg Lavrovsky Date: Wed, 19 Apr 2017 17:28:38 +0200 Subject: [PATCH] Updated Django and Pillow --- README.md | 8 +++++++- requirements.txt | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58a99a5..05204c7 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,13 @@ You will be asked a few questions to create an administrator account. **Frontend setup** -Make sure a recent version of node.js is installed, then: +You will need to have Ruby and SASS installed on your system, e.g.: + +``` +sudo yum install rubygem-sass +``` + +Make sure a recent version of node.js, then: ``` npm install -g bower grunt-cli diff --git a/requirements.txt b/requirements.txt index f8bf590..4ebbe1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # Core wagtail==1.9 -Django==1.10.6 +Django==1.11 # Database psycopg2==2.7.1 @@ -20,7 +20,7 @@ django-redis==4.7.0 # Frontend django-libsass==0.7 libsass==0.12.3 -Pillow==4.0.0 +Pillow==4.1.0 # Development tools stellar==0.4.3