Sync Django requirements from global requirements

Change-Id: Ia9c32bc78eca063812c0f8423f5f46904728b385
This commit is contained in:
Luigi Toscano 2018-06-29 14:53:11 +02:00
parent a69a197b4c
commit 0c10d0825f
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
# Horizon Core Requirements
Django<2.0,>=1.11 # BSD
Django<2,>=1.11;python_version<'3.0' # BSD
Django<2.1,>=1.11;python_version>='3.0' # BSD
django-compressor>=2.0 # MIT
oslo.log>=3.36.0 # Apache-2.0
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0