Jim Rollenhagen | 4f8f229 | 2016-11-18 06:22:18 -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 | |
Riccardo Pittau | 441c506 | 2020-03-30 15:06:28 +0200 | [diff] [blame] | 5 | hacking>=3.0.0,<3.1.0 # Apache-2.0 |
Jim Rollenhagen | 4f8f229 | 2016-11-18 06:22:18 -0500 | [diff] [blame] | 6 | |
Iury Gregory Melo Ferreira | 41a016b | 2020-03-20 19:10:15 +0100 | [diff] [blame] | 7 | stestr>=1.0.0 # Apache-2.0 |
| 8 | coverage!=4.4,>=4.0 # Apache-2.0 |
| 9 | |
Ghanshyam | e83d220 | 2020-01-23 18:03:56 -0600 | [diff] [blame] | 10 | sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD |
Kaifeng Wang | 6f4e2a3 | 2019-06-14 17:43:14 +0800 | [diff] [blame] | 11 | openstackdocstheme>=1.20.0 # Apache-2.0 |
Jim Rollenhagen | 4f8f229 | 2016-11-18 06:22:18 -0500 | [diff] [blame] | 12 | |
OpenStack Proposal Bot | f994081 | 2018-01-16 03:24:34 +0000 | [diff] [blame] | 13 | reno>=2.5.0 # Apache-2.0 |