summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-09-15 16:58:21 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-09-15 16:58:21 +0000
commitde1b07eb770e51498473011b92a684700cbf63b1 (patch)
tree803765dff05f744dce904dfe8d6c01f4e89332d2
parent31860107c305cc649a74335a3436cbc610be8ef9 (diff)
downloaddjango_openstack_auth-de1b07eb770e51498473011b92a684700cbf63b1.tar.gz
Updated from global requirements
Change-Id: I4e8dfa9842a568228aa033d99db95b84ae5e24bf
-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 ef06d84..6927324 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.
pbr>=0.6,!=0.7,<1.0
Django>=1.4.2,<1.7
python-keystoneclient>=0.10.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 8fdc52a..e630e0c 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.
hacking>=0.8.0,<0.9
Babel>=1.3
coverage>=3.6