requirements.txt: use the most recent Django 1.8 version

Use <1.9 to always get the most recent 1.8 point release.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2018-03-01 17:41:45 +13:00
parent 2138ca81f9
commit 611c96883c

View File

@ -3,7 +3,7 @@ anyjson==0.3.3
billiard==3.5.0.3 billiard==3.5.0.3
celery==4.1.0 celery==4.1.0
confusable-homoglyphs==2.0.2 confusable-homoglyphs==2.0.2
Django==1.8.18 Django<1.9
django-cors-headers==1.1.0 django-cors-headers==1.1.0
django-nvd3==0.9.7 django-nvd3==0.9.7
django-ranged-response==0.2.0 django-ranged-response==0.2.0