summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt
index e7c0d41..19377ff 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,7 @@
-futures>=2.1.3
-requests>=1.1
-simplejson>=2.0.9
-six>=1.5.2
+# 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.
+futures<=2.2.0,>=2.1.6
+requests!=2.4.0,<=2.2.1,>=2.1.0
+simplejson<=3.3.1,>=2.2.0
+six<=1.9.0,>=1.7.0