From f7cb7d818888c546830a125dd7d03afefd111027 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 2 May 2015 13:43:06 +0300 Subject: First set of reqs updates --- requirements.txt | 41 +++++++++++++++++++---------------------- runtime.txt | 1 + 2 files changed, 20 insertions(+), 22 deletions(-) create mode 100644 runtime.txt diff --git a/requirements.txt b/requirements.txt index fd80821..3333843 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,29 +1,26 @@ -Django==1.6.1 -Pillow==2.3.0 -South==0.8.4 -Unipath==1.0 -amqp==1.3.3 +Django==1.8.1 +Pillow==2.8.1 +South==1.0.2 +Unipath==1.1 +amqp==1.4.6 anyjson==0.3.3 beautifulsoup4==4.3.2 -billiard==3.3.0.11 -boto==2.21.2 -celery==3.1.6 +billiard==3.3.0.20 +boto==2.38.0 +celery==3.1.18 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-reversion==1.8.6 django-storages==1.1.8 -gunicorn==18.0 -hiredis==0.1.2 -honcho==0.5.0 -kombu==3.0.7 +gunicorn==19.3.0 +hiredis==0.2.0 +honcho==0.6.6 +kombu==3.0.26 lxml==3.2.4 -nose==1.3.0 -psycopg2==2.5.1 -pytz==2013.8 -raven==4.0.3 -redis==2.8.0 -requests==2.1.0 -sorl-thumbnail==11.12 -wsgiref==0.1.2 +psycopg2==2.6 +pytz==2015.2 +raven==5.3.1 +redis==2.10.3 +requests==2.6.2 +sorl-thumbnail==12.2 diff --git a/runtime.txt b/runtime.txt new file mode 100644 index 0000000..bc42bd0 --- /dev/null +++ b/runtime.txt @@ -0,0 +1 @@ +python-3.4.2 -- cgit v1.3.1