diff options
author | Dan McGee <dan@archlinux.org> | 2014-02-22 08:49:58 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2014-02-22 08:49:58 -0600 |
commit | 16b22e4bfc2e271a58a79a9fb4ccb5e059c6d62a (patch) | |
tree | 8121de555779c5b7a1796ad62842aec0f166a8f6 /requirements_prod.txt | |
parent | 5fcc6af4ddd0d6f9fbe491a1fd5a9a0edc5b52a5 (diff) |
Upgrade django-countries to 2.0
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 5feb890d..840e0396 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -4,7 +4,7 @@ IPy==0.81 Markdown==2.4 South==0.8.4 bencode==1.0 -django-countries==1.5 +django-countries==2.0 jsmin==2.0.9 pgpdump==1.5 psycopg2==2.5.2 |