summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2014-09-03 14:17:27 -0400
committerDoug Hellmann <doug@doughellmann.com>2014-09-03 14:17:27 -0400
commit00e82a463620465224a9e786d1a447365005ddb3 (patch)
tree3c968c8aa20efdc7eb650a53dd1945079590dc7b /requirements.txt
parent70dcb607969557f0c051faf4f7a4a6328c2c2529 (diff)
downloadoslo-concurrency-00e82a463620465224a9e786d1a447365005ddb3.tar.gz
warn against sorting requirements
Change-Id: I64ae9191863564e278a35d42ec9cd743a233028e Addresses-Bug: #1365061
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 a3dfbfb..e5a8987 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>=0.9.6
iso8601>=0.1.9
eventlet>=0.13.0