Downgrade Pillow to fix a bug with tiffs images. And update some libs too
parent
af2dae5f3b
commit
1602fb8219
|
@ -1,10 +1,10 @@
|
||||||
Django==1.8.5
|
Django==1.8.6
|
||||||
#djangorestframework==2.3.13 # It's not necessary since Taiga 1.7
|
#djangorestframework==2.3.13 # It's not necessary since Taiga 1.7
|
||||||
django-picklefield==0.3.2
|
django-picklefield==0.3.2
|
||||||
django-sampledatahelper==0.3.0
|
django-sampledatahelper==0.3.0
|
||||||
gunicorn==19.3.0
|
gunicorn==19.3.0
|
||||||
psycopg2==2.6.1
|
psycopg2==2.6.1
|
||||||
Pillow==3.0.0
|
Pillow==2.9.0
|
||||||
pytz==2015.7
|
pytz==2015.7
|
||||||
six==1.10.0
|
six==1.10.0
|
||||||
amqp==1.4.7
|
amqp==1.4.7
|
||||||
|
@ -20,13 +20,13 @@ fn==0.4.3
|
||||||
diff-match-patch==20121119
|
diff-match-patch==20121119
|
||||||
requests==2.8.1
|
requests==2.8.1
|
||||||
django-sr==0.0.4
|
django-sr==0.0.4
|
||||||
easy-thumbnails==2.2
|
easy-thumbnails==2.2.1
|
||||||
celery==3.1.19
|
celery==3.1.19
|
||||||
redis==2.10.5
|
redis==2.10.5
|
||||||
Unidecode==0.04.18
|
Unidecode==0.04.18
|
||||||
raven==5.8.1
|
raven==5.8.1
|
||||||
bleach==1.4.2
|
bleach==1.4.2
|
||||||
django-ipware==1.1.1
|
django-ipware==1.1.2
|
||||||
premailer==2.9.6
|
premailer==2.9.6
|
||||||
cssutils==1.0.1 # Compatible with python 3.5
|
cssutils==1.0.1 # Compatible with python 3.5
|
||||||
django-transactional-cleanup==0.1.15
|
django-transactional-cleanup==0.1.15
|
||||||
|
|
Loading…
Reference in New Issue