From 1602fb821916e8ddb89ccf05492c1caac45c3111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Tue, 10 Nov 2015 15:49:34 +0100 Subject: [PATCH] Downgrade Pillow to fix a bug with tiffs images. And update some libs too --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 18b020ce..e7dc447a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -Django==1.8.5 +Django==1.8.6 #djangorestframework==2.3.13 # It's not necessary since Taiga 1.7 django-picklefield==0.3.2 django-sampledatahelper==0.3.0 gunicorn==19.3.0 psycopg2==2.6.1 -Pillow==3.0.0 +Pillow==2.9.0 pytz==2015.7 six==1.10.0 amqp==1.4.7 @@ -20,13 +20,13 @@ fn==0.4.3 diff-match-patch==20121119 requests==2.8.1 django-sr==0.0.4 -easy-thumbnails==2.2 +easy-thumbnails==2.2.1 celery==3.1.19 redis==2.10.5 Unidecode==0.04.18 raven==5.8.1 bleach==1.4.2 -django-ipware==1.1.1 +django-ipware==1.1.2 premailer==2.9.6 cssutils==1.0.1 # Compatible with python 3.5 django-transactional-cleanup==0.1.15