summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-09-11 13:02:37 +0000
committerGerrit Code Review <review@openstack.org>2014-09-11 13:02:37 +0000
commit445b5e868b74428c6935d6ef50618028e522b581 (patch)
tree53caaaf0036950203563dbe4960f4b3d3e807ee3 /requirements.txt
parent6a123fce93895e92004ce9d5bd8dee3c3642cf41 (diff)
parent8a858b70a5fe6afcc8d94f862de69908bba11bef (diff)
downloadoslo-utils-445b5e868b74428c6935d6ef50618028e522b581.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 4421ce9..7718684 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.
+
Babel>=1.3
six>=1.7.0
iso8601>=0.1.9