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 | |
OpenStack Proposal Bot | f994081 | 2018-01-16 03:24:34 +0000 | [diff] [blame] | 5 | hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 |
Jim Rollenhagen | 4f8f229 | 2016-11-18 06:22:18 -0500 | [diff] [blame] | 6 | |
Ghanshyam | e83d220 | 2020-01-23 18:03:56 -0600 | [diff] [blame] | 7 | sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD |
Kaifeng Wang | 6f4e2a3 | 2019-06-14 17:43:14 +0800 | [diff] [blame] | 8 | openstackdocstheme>=1.20.0 # Apache-2.0 |
Jim Rollenhagen | 4f8f229 | 2016-11-18 06:22:18 -0500 | [diff] [blame] | 9 | |
OpenStack Proposal Bot | f994081 | 2018-01-16 03:24:34 +0000 | [diff] [blame] | 10 | reno>=2.5.0 # Apache-2.0 |