Add warn re sorting requirements

Change-Id: Id7aaa6e4ebe74ba49b32a1061fa510874544c681
This commit is contained in:
Sergey Lukjanov 2014-09-04 20:19:13 +04:00
parent 0b05740e20
commit 74c6178d13
2 changed files with 8 additions and 0 deletions

View File

@ -1 +1,5 @@
# 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

View File

@ -1 +1,5 @@
# 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.9.2,<0.10