Uncap django

Depends-on: https://review.opendev.org/#/c/697612/

Change-Id: I99732a523905d8d2f0348427a1a3689fef134906
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2019-12-05 21:28:58 -06:00 committed by Akihiro Motoki
parent 06d4f2d088
commit 80734efa8d
1 changed files with 1 additions and 1 deletions

View File

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