Add warn re sorting requirements

Change-Id: Iacb5e9aa7f71c13ad1e42f4062b68ee88aed3489
This commit is contained in:
Sergey Lukjanov 2014-09-04 20:21:06 +04:00
parent 6f67ebb9cb
commit aacaec162f
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