Sync Django version with global requirements
Change-Id: I34e193725da4d860cee223e274301fc04f3b2954
This commit is contained in:
parent
94aea2fedd
commit
b3690124c4
@ -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.0,>=1.11 # BSD
|
||||
Pint>=0.5 # BSD
|
||||
Django<2;python_version<'3.0' # BSD
|
||||
Django<2.1;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)
|
||||
@ -26,6 +26,7 @@ oslo.policy>=1.30.0 # Apache-2.0
|
||||
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
|
||||
oslo.utils>=3.33.0 # Apache-2.0
|
||||
osprofiler>=1.4.0 # Apache-2.0
|
||||
Pint>=0.5 # BSD
|
||||
pymongo!=3.1,>=3.0.2 # Apache-2.0
|
||||
pyScss!=1.3.5,>=1.3.4 # MIT License
|
||||
python-cinderclient>=3.3.0 # Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user