From 693fcfb2ac0f0c64e5b0bebb7d8fa1cef20e9cd8 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@bioforsk.no> Date: Fri, 13 Feb 2015 09:47:07 +0100 Subject: [PATCH] Updatet from PIL to Pillow --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2ad016cd..24614624 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ # Please add requirements here # Read docs for how this works: http://www.pip-installer.org/en/latest/cookbook.html Django==1.6.1 -PIL==1.1.7 +Pillow requests==2.0.1 django-tinymce -python-dateutil==1.5 \ No newline at end of file +python-dateutil==1.5 -- GitLab