[yocto] [layerindex-web][PATCH 2/2] requirements.txt: use the most recent Django 1.8 version
Paul Eggleton
paul.eggleton at linux.intel.com
Sun Mar 25 12:31:01 PDT 2018
Use <1.9 to always get the most recent 1.8 point release.
Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/requirements.txt b/requirements.txt
index 58100a9..30573a6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,7 @@ anyjson==0.3.3
billiard==3.5.0.3
celery==4.1.0
confusable-homoglyphs==2.0.2
-Django==1.8.18
+Django<1.9
django-cors-headers==1.1.0
django-nvd3==0.9.7
django-ranged-response==0.2.0
--
2.14.3
More information about the yocto
mailing list