Specify the django-compressor version to be 1.3 and higher
The d3 library requires django-compressor version 1.3 and higher Fixes: bug #1184653 Change-Id: I543021c0421290c70585717788535a9f4c36693b
This commit is contained in:
parent
08f8050d88
commit
ff608678be
@ -3,7 +3,7 @@ pbr>=0.5,<0.6
|
|||||||
|
|
||||||
# Horizon Core Requirements
|
# Horizon Core Requirements
|
||||||
Django>=1.4,<1.6
|
Django>=1.4,<1.6
|
||||||
django_compressor
|
django_compressor>=1.3
|
||||||
django_openstack_auth>=1.0.8
|
django_openstack_auth>=1.0.8
|
||||||
iso8601>=0.1.4
|
iso8601>=0.1.4
|
||||||
netaddr
|
netaddr
|
||||||
|
@ -6,7 +6,7 @@ set -o errexit
|
|||||||
# Increment me any time the environment should be rebuilt.
|
# Increment me any time the environment should be rebuilt.
|
||||||
# This includes dependncy changes, directory renames, etc.
|
# This includes dependncy changes, directory renames, etc.
|
||||||
# Simple integer secuence: 1, 2, 3...
|
# Simple integer secuence: 1, 2, 3...
|
||||||
environment_version=35
|
environment_version=36
|
||||||
#--------------------------------------------------------#
|
#--------------------------------------------------------#
|
||||||
|
|
||||||
function usage {
|
function usage {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user