diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-01-27 19:04:37 +0200 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-01-27 19:04:37 +0200 |
| commit | 7e33509c9651b4f315bb1805762f634dc24272cd (patch) | |
| tree | cb0ed56dcfd734d33d0bec2ef7470a4d06a05342 /requirements.txt | |
| parent | aed99a6272023d99e2cdea5a19a5922214c25661 (diff) | |
Add article lists and thumbnails
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
