summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-09-08 15:35:13 +0000
committerGerrit Code Review <review@openstack.org>2014-09-08 15:35:13 +0000
commit44b7bd3e73ca20fbf4d58a923068021601c11603 (patch)
tree39bfe884e52acfabf015c2b37fb9770aef153fff /requirements.txt
parentfcc6b0de4ef309a91dbf1ea94f475a8e5f168534 (diff)
parent10c7dc3aed3642f3b1ec9806aa8d1f6c0ee20aa9 (diff)
downloadceilometer-44b7bd3e73ca20fbf4d58a923068021601c11603.tar.gz
Merge "warn against sorting requirements"
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 54dce682..5d75a5e1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,7 @@
+# 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.
+
alembic>=0.6.4
anyjson>=0.3.3
argparse