From 8a3553a7d23b541912ce55f24054f99fa586cfd2 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 27 Jan 2014 10:17:56 -0600 Subject: Bump pgpdump required version Signed-off-by: Dan McGee --- requirements.txt | 2 +- requirements_prod.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index de8a04e..2d3ee1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ South==0.8.4 bencode==1.0 django-countries==1.5 jsmin==2.0.8 -pgpdump==1.4 +pgpdump==1.5 pytz>=2013.8 diff --git a/requirements_prod.txt b/requirements_prod.txt index 7210d3b..4740893 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -6,7 +6,7 @@ South==0.8.4 bencode==1.0 django-countries==1.5 jsmin==2.0.8 -pgpdump==1.4 +pgpdump==1.5 psycopg2==2.5.2 pyinotify==0.9.4 python-memcached==1.53 -- cgit v1.2.3-24-g4f1b