summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-05-11 14:47:54 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-05-11 14:47:54 +0000
commit9660bddafe6c0cb536f73a47aea6bfd8e7e4f1ed (patch)
tree256284ae122d978e5f1cf0f29d3893ff8c64ef1f
parent327c13e7fd6d10831fb6f10b51d36bbb5ef382e3 (diff)
downloadtuskar-ui-9660bddafe6c0cb536f73a47aea6bfd8e7e4f1ed.tar.gz
Updated from global requirements
Change-Id: I8f3c39157aa0bab0ceaccded04c6d90d9becd5c5
-rw-r--r--requirements.txt18
-rw-r--r--test-requirements.txt2
2 files changed, 10 insertions, 10 deletions
diff --git a/requirements.txt b/requirements.txt
index a3de98a6..bdb6f20c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,25 +1,25 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-pbr>=0.6,!=0.7,<1.0
+pbr>=0.11,<2.0
# Horizon Core Requirements
Django>=1.4.2,<1.8
django_compressor>=1.4
django_openstack_auth>=1.1.7,!=1.1.8
-eventlet>=0.16.1
-kombu>=2.5.0
+eventlet>=0.17.3
+kombu>=3.0.7
iso8601>=0.1.9
netaddr>=0.7.12
os-cloud-config
-python-cinderclient>=1.1.0
-python-glanceclient>=0.15.0
+python-cinderclient>=1.2.0
+python-glanceclient>=0.17.1
python-heatclient>=0.3.0
-python-keystoneclient>=1.1.0
-python-novaclient>=2.18.0,!=2.21.0
+python-keystoneclient>=1.3.0
+python-novaclient>=2.22.0
python-neutronclient>=2.3.11,<3
python-swiftclient>=2.2.0
-python-ceilometerclient>=1.0.6
+python-ceilometerclient>=1.0.13
pytz>=2013.6
python-ironicclient>=0.2.1
-ironic-discoverd>=1.0.0
+ironic-discoverd>=1.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 0aa4eac7..cea05f48 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -20,5 +20,5 @@ selenium
xvfbwrapper>=0.1.3 #license: MIT
# Docs Requirements
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.2.0 # Apache-2.0
+oslosphinx>=2.5.0 # Apache-2.0