Updated Django and Pillow

This commit is contained in:
Oleg Lavrovsky 2017-04-19 17:28:38 +02:00
parent 2e5f85a652
commit 8a3cef9484
2 changed files with 9 additions and 3 deletions

View file

@ -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

View file

@ -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