diff options
author | Dan McGee <dan@archlinux.org> | 2014-03-29 17:00:23 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2014-03-29 17:00:23 +0100 |
commit | 21a4725b923565dd67219317062c02b652207880 (patch) | |
tree | 25030a4bad5aab4ac531fdfb129fa8e237033e82 /requirements_prod.txt | |
parent | cd7222047b41ac3efa389a22fdd22148d03c1d61 (diff) | |
download | archweb-21a4725b923565dd67219317062c02b652207880.tar.gz archweb-21a4725b923565dd67219317062c02b652207880.tar.xz |
Bump django-countries and pytz requirements
Diffstat (limited to 'requirements_prod.txt')
-rw-r--r-- | requirements_prod.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements_prod.txt b/requirements_prod.txt index 840e039..e773bb4 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -4,10 +4,10 @@ IPy==0.81 Markdown==2.4 South==0.8.4 bencode==1.0 -django-countries==2.0 +django-countries==2.1.2 jsmin==2.0.9 pgpdump==1.5 psycopg2==2.5.2 pyinotify==0.9.4 python-memcached==1.53 -pytz>=2013.8 +pytz>=2014.2 |