Greg Chadwick | 063e5cc | 2020-04-07 13:13:07 +0100 | [diff] [blame] | 1 | # Copyright lowRISC contributors. |
| 2 | # Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| 3 | # SPDX-License-Identifier: Apache-2.0 |
| 4 | |
| 5 | # Development version of edalize until all our changes are upstream |
| 6 | git+https://github.com/lowRISC/edalize.git@ot |
| 7 | |
| 8 | # Development version with OT-specific changes |
| 9 | git+https://github.com/lowRISC/fusesoc.git@ot |
Philipp Wagner | 4f735bc | 2020-05-27 10:33:17 +0100 | [diff] [blame] | 10 | |
| 11 | pyyaml |
| 12 | mako |
Tom Roberts | 8ae623f | 2021-08-26 17:00:33 +0100 | [diff] [blame] | 13 | junit-xml |
Udi Jonnalagadda | 08a3506 | 2020-06-11 11:54:29 -0700 | [diff] [blame] | 14 | |
| 15 | # Needed by dvsim.py (not actually used in Ibex) |
Pirmin Vogel | e381464 | 2020-08-27 12:44:23 +0200 | [diff] [blame] | 16 | hjson |
| 17 | mistletoe>=0.7.2 |
Tom Roberts | 8ae623f | 2021-08-26 17:00:33 +0100 | [diff] [blame] | 18 | # Premailer 3.9.0 broke the API by introducing an allow_loading_external_files |
| 19 | # argument that is now mandatory, but didn't exist in previous versions. |
| 20 | # To relax the constraint we either need to do a runtime detection, or switch all |
| 21 | # users to a newer version. |
| 22 | premailer < 3.9.0 |
Udi Jonnalagadda | 08a3506 | 2020-06-11 11:54:29 -0700 | [diff] [blame] | 23 | |
| 24 | # Recurse to get any requirements from riscv-dv |
| 25 | -r vendor/google_riscv-dv/requirements.txt |