Mercurial > public > madeira
changeset 153:abfc189f3877
Update requirements files for Django 1.6.6.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 23 Aug 2014 14:06:47 -0500 |
parents | 5d57d5d20b28 |
children | 58f1d76eb01e |
files | requirements.txt requirements_dev.txt |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/requirements.txt Wed Jul 30 20:07:35 2014 -0500 +++ b/requirements.txt Sat Aug 23 14:06:47 2014 -0500 @@ -1,4 +1,4 @@ -Django==1.6.5 +Django==1.6.6 MySQL-python==1.2.4 argparse==1.2.1 python-memcached==1.48
--- a/requirements_dev.txt Wed Jul 30 20:07:35 2014 -0500 +++ b/requirements_dev.txt Sat Aug 23 14:06:47 2014 -0500 @@ -1,4 +1,4 @@ -Django==1.6.5 +Django==1.6.6 MySQL-python==1.2.5 argparse==1.2.1 python-memcached==1.48 @@ -9,3 +9,4 @@ Fabric==1.4.3 pycrypto==2.6.1 ssh==1.8.0 +## The following requirements were added by pip --freeze: