Marc Koderer | 3529ea7 | 2016-12-02 13:21:03 +0100 | [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>=1.8 # Apache-2.0 | ||||
6 | |||||
7 | tempest>=12.1.0 # Apache-2.0 | ||||
Marc Koderer | c832c61 | 2016-12-12 11:49:10 +0100 | [diff] [blame] | 8 | cryptography!=1.3.0,>=1.0 # BSD/Apache-2.0 |