summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-11-17 03:18:37 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-11-17 03:18:37 +0000
commitd7b9708bd0bfad7e685574b916da477c522313c4 (patch)
treee9f766392802c2f81a2ab937ed70762f83fa7145
parentb84806d87c08b7773243f8c06d1ab8773f906c43 (diff)
downloadpython-ceilometerclient-d7b9708bd0bfad7e685574b916da477c522313c4.tar.gz
Updated from global requirements1.5.1
Change-Id: Ibd1af6b653070331aad73eed84cb21d8f9957dc9
-rw-r--r--requirements.txt8
-rw-r--r--setup.py2
-rw-r--r--test-requirements.txt2
3 files changed, 6 insertions, 6 deletions
diff --git a/requirements.txt b/requirements.txt
index f00e2a6..dcfaf6b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,14 +1,14 @@
# 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<2.0,>=1.6
+pbr>=1.6
argparse
iso8601>=0.1.9
oslo.i18n>=1.5.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
-oslo.utils>=2.0.0 # Apache-2.0
+oslo.utils!=2.6.0,>=2.0.0 # Apache-2.0
PrettyTable<0.8,>=0.7
-python-keystoneclient>=1.6.0
-requests>=2.5.2
+python-keystoneclient!=1.8.0,>=1.6.0
+requests!=2.8.0,>=2.5.2
six>=1.9.0
stevedore>=1.5.0 # Apache-2.0
diff --git a/setup.py b/setup.py
index d8080d0..782bb21 100644
--- a/setup.py
+++ b/setup.py
@@ -25,5 +25,5 @@ except ImportError:
pass
setuptools.setup(
- setup_requires=['pbr>=1.3'],
+ setup_requires=['pbr>=1.8'],
pbr=True)
diff --git a/test-requirements.txt b/test-requirements.txt
index e1bcc21..71d965a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,6 +10,6 @@ mock>=1.2
oslosphinx>=2.5.0 # Apache-2.0
python-subunit>=0.0.18
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-tempest-lib>=0.6.1
+tempest-lib>=0.8.0
testrepository>=0.0.18
testtools>=1.4.0