summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2014-09-03 11:41:23 -0500
committerDolph Mathews <dolph.mathews@gmail.com>2014-09-03 11:51:09 -0500
commit454feca18f6c506b7e7b0e07cbf66cf9b3274f45 (patch)
tree52bc13c1b9de6736bb14eb0a413e5cc7b9825b78
parentf61fe33f558ba3f02fc2400507d5f71de21e6d12 (diff)
downloadkeystonemiddleware-454feca18f6c506b7e7b0e07cbf66cf9b3274f45.tar.gz
warn against sorting requirements
Change-Id: I64ae9191863564e278a35d42ec9cd743a233028e Closes-Bug: 1365061
-rw-r--r--requirements.txt4
-rw-r--r--test-requirements.txt4
2 files changed, 8 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 72d4342..7d65881 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
iso8601>=0.1.9
netaddr>=0.7.6
diff --git a/test-requirements.txt b/test-requirements.txt
index 0237019..83173e6 100644
--- a/test-requirements.txt
+++ b/test-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.
+
coverage>=3.6
discover
fixtures>=0.3.14