From e660aa18eb7051399fda5fa07f3798c42d6d6de3 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 18 May 2014 21:28:09 -0500 Subject: Bump some requirements Signed-off-by: Dan McGee --- requirements.txt | 4 ++-- requirements_prod.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3f95a58..be29db2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -e git+git://github.com/fredj/cssmin.git@master#egg=cssmin -Django==1.6.4 +Django==1.6.5 IPy==0.81 Markdown==2.4 South==0.8.4 @@ -7,4 +7,4 @@ bencode==1.0 django-countries==2.1.2 jsmin==2.0.9 pgpdump==1.5 -pytz>=2014.2 +pytz>=2014.3 diff --git a/requirements_prod.txt b/requirements_prod.txt index 6df42e8..8d1aeb9 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -1,5 +1,5 @@ -e git+git://github.com/fredj/cssmin.git@master#egg=cssmin -Django==1.6.4 +Django==1.6.5 IPy==0.81 Markdown==2.4 South==0.8.4 @@ -7,7 +7,7 @@ bencode==1.0 django-countries==2.1.2 jsmin==2.0.9 pgpdump==1.5 -psycopg2==2.5.2 +psycopg2==2.5.3 pyinotify==0.9.4 python-memcached==1.53 -pytz>=2014.2 +pytz>=2014.3 -- cgit v1.2.3-24-g4f1b