summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 282c81c..824339c 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.
argparse
cmd2>=0.6.7
PrettyTable>=0.7,<0.8
diff --git a/test-requirements.txt b/test-requirements.txt
index c5b4f08..3b3d034 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.
nose
mock>=1.0
coverage>=3.6