DavidPurcell | 663aedf | 2017-01-03 10:01:14 -0500 | [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. |
Felipe Monteiro | 0854ded | 2017-05-05 16:30:55 +0100 | [diff] [blame] | 4 | hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 |
DavidPurcell | 663aedf | 2017-01-03 10:01:14 -0500 | [diff] [blame] | 5 | pbr>=1.8 # Apache-2.0 |
DavidPurcell | 029d8c3 | 2017-01-06 15:27:41 -0500 | [diff] [blame] | 6 | urllib3>=1.15.1 # MIT |
Rajiv Kumar | 645dfc9 | 2017-01-19 13:48:27 +0530 | [diff] [blame] | 7 | oslo.log>=3.11.0 # Apache-2.0 |
Jeremy Liu | 479c603 | 2017-03-23 07:12:35 -0700 | [diff] [blame] | 8 | oslo.config>=3.22.0 # Apache-2.0 |
Felipe Monteiro | 83cb0be | 2017-05-22 15:31:25 +0100 | [diff] [blame] | 9 | oslo.policy>=1.17.0 # Apache-2.0 |
Jeremy Liu | 479c603 | 2017-03-23 07:12:35 -0700 | [diff] [blame] | 10 | tempest>=14.0.0 # Apache-2.0 |
Felipe Monteiro | ae2ebab | 2017-03-23 22:49:06 +0000 | [diff] [blame] | 11 | stevedore>=1.20.0 # Apache-2.0 |