aboutsummaryrefslogtreecommitdiffstats
path: root/toaster-requirements.txt
diff options
context:
space:
mode:
authorElliot Smith <elliot.smith@intel.com>2015-12-09 19:56:26 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-14 23:09:54 +0000
commit648b62654c52116451c6a68a46d7264db3a34d09 (patch)
treee3fe850d7f4bed48a58f8b15bef742946ad85b29 /toaster-requirements.txt
parentd7819508dac488a64be3caec88db285cda9599ab (diff)
downloadbitbake-648b62654c52116451c6a68a46d7264db3a34d09.tar.gz
toaster: Upgrade to Django 1.8.6 and remove South
Upgrade Django to long-term support version. Django now provides its own migration framework, so remove requirement for South. [YOCTO #8364] Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: brian avery <avery.brian@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'toaster-requirements.txt')
-rw-r--r--toaster-requirements.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/toaster-requirements.txt b/toaster-requirements.txt
index 1d7d21b33..5d34494d5 100644
--- a/toaster-requirements.txt
+++ b/toaster-requirements.txt
@@ -1,5 +1,4 @@
-Django==1.6
-South==0.8.4
+Django==1.8.6
argparse==1.2.1
wsgiref==0.1.2
beautifulsoup4>=4.4.0