From 59e7aa0c798e5ea828e42393db9690548f7ef8b5 Mon Sep 17 00:00:00 2001 From: Oleg Lavrovsky Date: Mon, 3 Jul 2017 13:34:49 +0200 Subject: [PATCH] Updated to Wagtail 1.11 --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1f5a1a5..2fb4de8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ # Updated: 30.5.2017 # Core -wagtail==1.10.1 -Django==1.11.1 +wagtail==1.11 +Django==1.11.3 # Database psycopg2==2.7.1 @@ -19,8 +19,8 @@ django-redis==4.8.0 # Frontend django-libsass==0.7 -libsass==0.12.3 -Pillow==4.1.1 +libsass==0.13.2 +Pillow==4.2.0 # Development tools stellar==0.4.3