junboli | 173b11c | 2018-01-15 11:25:35 +0800 | [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. |
Masayuki Igawa | 7e4ef4c | 2019-07-03 17:17:44 +0900 | [diff] [blame] | 4 | openstackdocstheme>=1.20.0 # Apache-2.0 |
junboli | 173b11c | 2018-01-15 11:25:35 +0800 | [diff] [blame] | 5 | reno>=2.5.0 # Apache-2.0 |
Masayuki Igawa | 7e4ef4c | 2019-07-03 17:17:44 +0900 | [diff] [blame] | 6 | sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD |
| 7 | sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD |
| 8 | sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD |