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. |
OpenStack Proposal Bot | c971b45 | 2017-07-06 14:03:09 +0000 | [diff] [blame] | 4 | hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 |
Felipe Monteiro | 1ee5f4d | 2017-03-04 18:07:27 +0000 | [diff] [blame] | 5 | |
OpenStack Proposal Bot | c971b45 | 2017-07-06 14:03:09 +0000 | [diff] [blame] | 6 | sphinx>=1.6.2 # BSD |
Van Hung Pham | 34193e3 | 2017-06-28 14:51:11 +0700 | [diff] [blame] | 7 | openstackdocstheme>=1.11.0 # Apache-2.0 |
OpenStack Proposal Bot | c971b45 | 2017-07-06 14:03:09 +0000 | [diff] [blame] | 8 | reno!=2.3.1,>=1.8.0 # Apache-2.0 |
DavidPurcell | 663aedf | 2017-01-03 10:01:14 -0500 | [diff] [blame] | 9 | mock>=2.0 # BSD |
OpenStack Proposal Bot | c971b45 | 2017-07-06 14:03:09 +0000 | [diff] [blame] | 10 | coverage!=4.4,>=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 |
OpenStack Proposal Bot | c971b45 | 2017-07-06 14:03:09 +0000 | [diff] [blame] | 14 | oslo.policy>=1.23.0 # Apache-2.0 |
| 15 | oslo.log>=3.22.0 # Apache-2.0 |
OpenStack Proposal Bot | d55dec5 | 2017-07-14 23:11:03 +0000 | [diff] [blame] | 16 | tempest>=16.1.0 # Apache-2.0 |