diff --git a/requirements.txt b/requirements.txt index eb6e617ac..87e459b66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/run_tests.sh b/run_tests.sh index 0d75951a5..69edc2ea4 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -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 {