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:
Jiri Tomasek 2013-05-28 13:02:17 +02:00
parent 08f8050d88
commit ff608678be
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ pbr>=0.5,<0.6
# Horizon Core Requirements
Django>=1.4,<1.6
django_compressor
django_compressor>=1.3
django_openstack_auth>=1.0.8
iso8601>=0.1.4
netaddr

View File

@ -6,7 +6,7 @@ set -o errexit
# Increment me any time the environment should be rebuilt.
# This includes dependncy changes, directory renames, etc.
# Simple integer secuence: 1, 2, 3...
environment_version=35
environment_version=36
#--------------------------------------------------------#
function usage {