Colleen Murphy | 44df103 | 2017-05-30 16:21:48 +0200 | [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 # Apache-2.0 |
Colleen Murphy | 360bbaf | 2017-06-06 11:06:13 +0200 | [diff] [blame] | 6 | |
| 7 | # xml parsing |
| 8 | lxml!=3.7.0,>=2.3 # BSD |
Chandan Kumar | ab9dfba | 2017-06-29 19:19:01 +0530 | [diff] [blame^] | 9 | tempest>=12.1.0 # Apache-2.0 |
| 10 | oslo.config>=3.22.0 # Apache-2.0 |
| 11 | testtools>=1.4.0 # MIT |
| 12 | six>=1.9.0 |
| 13 | requests>=2.14.2 # Apache-2.0 |