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 | |
parent | cd7222047b41ac3efa389a22fdd22148d03c1d61 (diff) | |
download | archweb-21a4725b923565dd67219317062c02b652207880.tar.gz archweb-21a4725b923565dd67219317062c02b652207880.tar.xz |
Bump django-countries and pytz requirements
-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 8107044..0b5ecb6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ 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 -pytz>=2013.8 +pytz>=2014.2 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 |