Cap Django again

The detail context on why we need to cap Django version again
is explained in https://review.opendev.org/#/c/701213/.

Change-Id: I0685993b6c43e64a66a19fb0dd8857ab69998127
This commit is contained in:
Akihiro Motoki 2020-01-07 14:26:30 +09:00
parent e0eb3c3912
commit 79fc46a064
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
debtcollector>=1.2.0 # Apache-2.0
Django>=2.2 # BSD
Django>=2.2,<3.0 # BSD
django-compressor>=2.0 # MIT
django-debreach>=1.4.2 # BSD License (2 clause)
django-pyscss>=2.0.2 # BSD License (2 clause)