diff options
-rw-r--r-- | requirements.txt | 4 | ||||
-rw-r--r-- | requirements_prod.txt | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt index 84450c76..1909da1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,9 +2,9 @@ Django==1.5.1 IPy==0.81 Markdown==2.3.1 -South==0.7.6 +South==0.8.1 bencode==1.0 django-countries==1.5 -jsmin==2.0.2-1 +jsmin==2.0.3 pgpdump==1.4 pytz>=2013b diff --git a/requirements_prod.txt b/requirements_prod.txt index cde5f513..1c331cf9 100644 --- a/requirements_prod.txt +++ b/requirements_prod.txt @@ -2,12 +2,12 @@ Django==1.5.1 IPy==0.81 Markdown==2.3.1 -South==0.7.6 +South==0.8.1 bencode==1.0 django-countries==1.5 -jsmin==2.0.2-1 +jsmin==2.0.3 pgpdump==1.4 psycopg2==2.5 pyinotify==0.9.4 -python-memcached==1.48 +python-memcached==1.51 pytz>=2013b |