changeset 182:942b57918ca6

Update to Django 1.8.8. Reorganize requirements files.
author Brian Neal <bgneal@gmail.com>
date Fri, 15 Jan 2016 22:12:13 -0600
parents 874ecfe6054a
children 3ecc1fb1e8b9
files requirements.txt requirements_dev.txt
diffstat 2 files changed, 3 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/requirements.txt	Sun Dec 13 21:14:31 2015 -0600
+++ b/requirements.txt	Fri Jan 15 22:12:13 2016 -0600
@@ -1,5 +1,5 @@
-Django==1.8.7
-MySQL-python==1.2.4
+Django==1.8.8
+MySQL-python==1.2.5
 python-memcached==1.48
 django-localflavor==1.0
 docutils==0.11
--- a/requirements_dev.txt	Sun Dec 13 21:14:31 2015 -0600
+++ b/requirements_dev.txt	Fri Jan 15 22:12:13 2016 -0600
@@ -1,9 +1,4 @@
-Django==1.7.10
-MySQL-python==1.2.5
-python-memcached==1.48
-django-localflavor==1.0
-docutils==0.11
-Pillow==2.4.0
+-r requirements.txt
 Fabric==1.4.3
 pycrypto==2.6.1
 ssh==1.8.0