Declare django lower bound

After 7e91070789187d9e6b5ac2b57ca755504e058e32 in openstack/requirements
repo, all entries in project requirements.txt must have lower bound
although we don't track lower bound in global-requirements.txt.
This commit re-adds Django lower bound.

Change-Id: I065e1bd904975f10bdcaacef7b0ad1336915492a
This commit is contained in:
Akihiro Motoki 2018-06-19 11:32:54 +09:00
parent 3a579e643a
commit 49479a6861
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
# Horizon Core Requirements
Babel!=2.4.0,>=2.3.4 # BSD
Django<2;python_version<'3.0' # BSD
Django<2.1;python_version>='3.0' # BSD
Django<2,>=1.11;python_version<'3.0' # BSD
Django<2.1,>=1.11;python_version>='3.0' # BSD
django-babel>=0.6.2 # BSD
django-compressor>=2.0 # MIT
django-pyscss>=2.0.2 # BSD License (2 clause)