David Lyle | 64302f1 | 2016-04-29 15:46:34 -0600 | [diff] [blame] | 1 | # The order of packages is significant, because pip processes them in the order |
2 | # of appearance. Changing the order has an impact on the overall integration | ||||
3 | # process, which may cause wedges in the gate later. | ||||
4 | |||||
5 | pbr<2.0,>=1.4 | ||||
6 | Babel>=1.3 | ||||
7 | # tempest>=6.0.0 | ||||
8 | oslo.config>=2.3.0 | ||||
David Lyle | 64302f1 | 2016-04-29 15:46:34 -0600 | [diff] [blame] | 9 | oslo.log>=1.8.0 # Apache-2.0 |
10 | six>=1.9.0 | ||||
11 | tempest>=10.0.0 |