summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-11-28 15:10:28 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-11-28 15:10:28 +0000
commit7b636bf752c083327feae69f6ba291fac7a3b1ab (patch)
tree31de9549ba29bae902ac5c8263715d73d990b5b1
parentd9f336b7fc5fcbd9d9925e953cbe539f63299bf7 (diff)
downloadhorizon-7b636bf752c083327feae69f6ba291fac7a3b1ab.tar.gz
Updated from global requirements
Change-Id: Ie55fe9dcebb96340f401bdb632da7ad1a37208af
-rw-r--r--requirements.txt22
-rw-r--r--test-requirements.txt2
2 files changed, 12 insertions, 12 deletions
diff --git a/requirements.txt b/requirements.txt
index d5d92c99d..3f1fc63af 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -22,16 +22,16 @@ kombu>=2.5.0
lockfile>=0.8
netaddr>=0.7.12
pyScss>=1.2.1,<1.3 # MIT License
-python-ceilometerclient>=1.0.6
-python-cinderclient>=1.1.0
-python-glanceclient>=0.14.0
-python-heatclient>=0.2.9
-python-keystoneclient>=0.10.0
-python-neutronclient>=2.3.6,<3
-python-novaclient>=2.18.0
-python-saharaclient>=0.7.3
-python-swiftclient>=2.2.0
-python-troveclient>=1.0.4
+python-ceilometerclient>=1.0.6,<1.1
+python-cinderclient>=1.1.0,<1.2
+python-glanceclient>=0.14.0,<0.15
+python-heatclient>=0.2.9,<0.3
+python-keystoneclient>=0.10.0,<0.12
+python-neutronclient>=2.3.6,<2.4
+python-novaclient>=2.18.0,<2.21
+python-saharaclient>=0.7.3,<0.8
+python-swiftclient>=2.2.0,<2.4
+python-troveclient>=1.0.4,<1.1
pytz
six>=1.7.0
xstatic>=1.0.0 # MIT License
@@ -43,7 +43,7 @@ xstatic-bootstrap-scss>=3 # Apache 2.0 License
xstatic-d3>=3.1.6.2 # BSD License (3 clause)
xstatic-hogan>=2.0.0.2 # Apache 2.0 License
xstatic-font-awesome>=4.1.0 # SIL OFL 1.1 License, MIT License
-xstatic-jasmine>=1.3.1.1 # MIT License
+xstatic-jasmine>=1.3.1.1,<2 # MIT License
xstatic-jquery>=1.7.2 # MIT License
xstatic-jquery-migrate>=1.2.1.1 # MIT License
xstatic-jquery.quicksearch>=2.0.3.1 # MIT License
diff --git a/test-requirements.txt b/test-requirements.txt
index 50c6899b0..5dc38e355 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -21,6 +21,6 @@ openstack.nose_plugin>=0.7
oslosphinx>=2.2.0 # Apache-2.0
selenium
sphinx>=1.1.2,!=1.2.0,<1.3
-testtools>=0.9.34
+testtools>=0.9.34,!=1.4.0
# This also needs xvfb library installed on your OS
xvfbwrapper>=0.1.3 #license: MIT