From a97ba8bbca30d656598f71f249e6fbe7020773bf Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 25 Nov 2013 21:31:00 -0600 Subject: Bump some requirements Signed-off-by: Dan McGee --- requirements.txt | 4 ++-- requirements_prod.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 08d8910..7ff363e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,9 +2,9 @@ Django==1.6 IPy==0.81 Markdown==2.3.1 -South==0.8.2 +South==0.8.4 bencode==1.0 django-countries==1.5 -jsmin==2.0.6 +jsmin==2.0.8 pgpdump==1.4 pytz>=2013.8 diff --git a/requirements_prod.txt b/requirements_prod.txt index 565c3c6..3f2958c 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -2,10 +2,10 @@ Django==1.6 IPy==0.81 Markdown==2.3.1 -South==0.8.2 +South==0.8.4 bencode==1.0 django-countries==1.5 -jsmin==2.0.6 +jsmin==2.0.8 pgpdump==1.4 psycopg2==2.5.1 pyinotify==0.9.4 -- cgit v1.2.3-24-g4f1b