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 /requirements_prod.txt | |
parent | e7e9b151643772f2bf9564d215ec8b90cd9b45c6 (diff) |
Bump django-countries requirement
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'requirements_prod.txt')
-rw-r--r-- | requirements_prod.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |