diff options
author | Dan McGee <dan@archlinux.org> | 2014-01-27 17:17:56 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2014-01-27 17:17:56 +0100 |
commit | 8a3553a7d23b541912ce55f24054f99fa586cfd2 (patch) | |
tree | 3bfbc5b32e530c632d59552d0ac7ce98b317453f | |
parent | 4a5714fba769c83724f29578d573f0b4096eb332 (diff) | |
download | archweb-8a3553a7d23b541912ce55f24054f99fa586cfd2.tar.gz archweb-8a3553a7d23b541912ce55f24054f99fa586cfd2.tar.xz |
Bump pgpdump required version
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | requirements.txt | 2 | ||||
-rw-r--r-- | 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 |