diff options
author | Dan McGee <dan@archlinux.org> | 2012-09-05 09:25:32 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-09-05 09:25:32 -0500 |
commit | 913eb8c53e35fbba88c62829dde4deb1426df191 (patch) | |
tree | 733f8768a83f02d04b2859a4ed8d93371524ff51 | |
parent | e7e9b151643772f2bf9564d215ec8b90cd9b45c6 (diff) |
Bump django-countries requirement
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 c5a37e3d..9dfaff18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django==1.4.1 Markdown==2.2.0 South==0.7.6 -django-countries==1.2 +django-countries==1.3 pgpdump==1.3 pytz>=2012d diff --git a/requirements_prod.txt b/requirements_prod.txt index a31bf311..2dff0aae 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -1,7 +1,7 @@ Django==1.4.1 Markdown==2.2.0 South==0.7.6 -django-countries==1.2 +django-countries==1.3 pgpdump==1.3 psycopg2==2.4.5 pyinotify==0.9.3 |