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 | |
Riccardo Pittau | b6dbb56 | 2019-05-23 10:07:22 +0200 | [diff] [blame] | 7 | sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD |
| 8 | sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD |
Kaifeng Wang | 6f4e2a3 | 2019-06-14 17:43:14 +0800 | [diff] [blame^] | 9 | openstackdocstheme>=1.20.0 # Apache-2.0 |
Jim Rollenhagen | 4f8f229 | 2016-11-18 06:22:18 -0500 | [diff] [blame] | 10 | |
OpenStack Proposal Bot | f994081 | 2018-01-16 03:24:34 +0000 | [diff] [blame] | 11 | reno>=2.5.0 # Apache-2.0 |