From 4e3347c99637637637a8725c03a1a038d4ae4454 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20K=C3=B6gl?= Date: Thu, 4 Jun 2015 13:00:51 +0200 Subject: [PATCH] Update all requirements to latest versions --- requirements.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/requirements.txt b/requirements.txt index f810d5e4..449b97ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,21 +1,21 @@ Babel==1.3 -Pillow==2.5.3 +Pillow==2.8.1 Django==1.8.2 -celery==3.1.13 +celery==3.1.18 dj-database-url==0.3.0 django-redis-sessions==0.4.0 -feedparser==5.1.3 -gunicorn==19.1.1 -html2text==2014.7.3 -markdown2==2.2.2 -oauth2client==1.2 -psycopg2==2.5.4 +feedparser==5.2.0.post1 +gunicorn==19.3.0 +html2text==2015.4.14 +markdown2==2.3.0 +oauth2client==1.4.11 +psycopg2==2.6 pyes==0.99.5 -python-dateutil==2.2 -python-memcached==1.53 +python-dateutil==2.4.2 +python-memcached==1.54 redis==2.10.3 ujson==1.33 -django-celery==3.1.10 +django-celery==3.1.16 requests==2.7.0 # module is not longer used but still imported in migrations django-uuidfield==0.5.0 -- 2.11.4.GIT