summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-09-11 00:30:56 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-09-11 00:30:56 +0000
commitf6e66f3de269c17edf2c7f57ecfaeb7ff59689dd (patch)
treebf8958b892d77e6954522243369b2466462b9131
parent4cef2bf39a377759e22042609abb35aaad2da2b4 (diff)
downloadpython-ceilometerclient-f6e66f3de269c17edf2c7f57ecfaeb7ff59689dd.tar.gz
Updated from global requirements
Change-Id: Ifdb40d061dd7e8e822a84f31d6f6d22e65c0ccfd
-rw-r--r--requirements.txt3
-rw-r--r--test-requirements.txt3
2 files changed, 6 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index cb199b5..ffc4744 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,6 @@
+# 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
argparse
iso8601>=0.1.9
diff --git a/test-requirements.txt b/test-requirements.txt
index 41a8186..1bdbb36 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,3 +1,6 @@
+# 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.
# Hacking already pins down pep8, pyflakes and flake8
hacking>=0.9.1,<0.10
coverage>=3.6