diff options
-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 81070449..0b5ecb64 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 840e0396..e773bb4c 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 |