Fix Django version in lower-constraints

horizon requires Django>=1.11 but lower-constraints.txt in ocatavia-dashboard
uses Django 1.8. As a result, the latest Django 3.0.1 which is not supported
in horizon yet is installed when installing horizon as sibling.
This leads to a failure in lower-constraints job like [1].

[1] https://zuul.opendev.org/t/openstack/build/5ad97e34d5674d00af0713d57c02f616

Change-Id: I7f8db57600b39e4f230261e15d103b1d32968b38
This commit is contained in:
Akihiro Motoki 2019-12-27 15:21:00 +09:00
parent 36b5649c31
commit 86fb321f34
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ cryptography==2.1
debtcollector==1.2.0
decorator==3.4.0
deprecation==1.0
Django==1.8
Django==1.11
django-appconf==1.0.2
django-babel==0.5.1
django-compressor==2.0