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. |
| 4 | hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 |
Felipe Monteiro | 1ee5f4d | 2017-03-04 18:07:27 +0000 | [diff] [blame] | 5 | |
DavidPurcell | 663aedf | 2017-01-03 10:01:14 -0500 | [diff] [blame] | 6 | sphinx>=1.2.1,!=1.3b1,<1.4 # BSD |
| 7 | oslosphinx>=4.7.0 # Apache-2.0 |
| 8 | reno>=1.8.0 # Apache-2.0 |
| 9 | mock>=2.0 # BSD |
| 10 | coverage>=4.0 # Apache-2.0 |
Felipe Monteiro | 1ee5f4d | 2017-03-04 18:07:27 +0000 | [diff] [blame] | 11 | nose # LGPL |
| 12 | nosexcover # BSD |
DavidPurcell | 663aedf | 2017-01-03 10:01:14 -0500 | [diff] [blame] | 13 | oslotest>=1.10.0 # Apache-2.0 |
DavidPurcell | 029d8c3 | 2017-01-06 15:27:41 -0500 | [diff] [blame] | 14 | oslo.policy>=1.17.0 # Apache-2.0 |
Rajiv Kumar | 645dfc9 | 2017-01-19 13:48:27 +0530 | [diff] [blame] | 15 | oslo.log>=3.11.0 # Apache-2.0 |
DavidPurcell | 029d8c3 | 2017-01-06 15:27:41 -0500 | [diff] [blame] | 16 | tempest>=12.1.0 # Apache-2.0 |