From 7c2adee5bf3fcd9f48fedbd68acac7132a195c10 Mon Sep 17 00:00:00 2001 From: nnrcschmdt <e.rico.schmidt@gmail.com> Date: Sun, 9 Jul 2017 20:59:10 -0400 Subject: [PATCH] upgraded Django and Pillow requirements. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a1ed722d..549fc031 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -Django==1.11.2 +Django==1.11.3 MySQL-python==1.2.5 -Pillow==4.1.1 +Pillow==4.2.1 PyYAML==3.12 django-tinymce==2.6.0 python-dateutil==2.6.0 -- GitLab