From 7e33509c9651b4f315bb1805762f634dc24272cd Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Mon, 27 Jan 2014 19:04:37 +0200 Subject: Add article lists and thumbnails --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index bcdfbe2..2ced78c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ Django==1.6.1 PIL==1.1.7 +Pillow==2.3.0 South==0.8.4 Unipath==1.0 amqp==1.3.3 @@ -11,9 +12,11 @@ celery==3.1.6 diff-match-patch==20121119 dj-database-url==0.2.2 django-nose==1.2 +django-redis-cache==0.10.2 django-reversion==1.8.0 django-storages==1.1.8 gunicorn==18.0 +hiredis==0.1.2 honcho==0.5.0 kombu==3.0.7 lxml==3.2.4 @@ -22,4 +25,5 @@ psycopg2==2.5.1 pytz==2013.8 redis==2.8.0 requests==2.1.0 +sorl-thumbnail==11.12 wsgiref==0.1.2 -- cgit v1.3.1