diff options
author | Dan McGee <dan@archlinux.org> | 2013-11-26 04:31:00 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-11-26 04:31:00 +0100 |
commit | a97ba8bbca30d656598f71f249e6fbe7020773bf (patch) | |
tree | 8b9add3e8604fc3f44d65617bd11965f7ecfe5bb | |
parent | fab8d437929fce202b11707e1cacbc079f61edbc (diff) | |
download | archweb-a97ba8bbca30d656598f71f249e6fbe7020773bf.tar.gz archweb-a97ba8bbca30d656598f71f249e6fbe7020773bf.tar.xz |
Bump some requirements
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | requirements.txt | 4 | ||||
-rw-r--r-- | 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 |