Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [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 | # Keep sorted. |
Philipp Wagner | 8149d1c | 2020-05-29 13:41:11 +0100 | [diff] [blame] | 6 | flake8 |
Philipp Wagner | 1e64355 | 2019-09-04 15:39:14 +0100 | [diff] [blame] | 7 | gitpython |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 8 | hjson |
Philipp Wagner | d38a828 | 2020-03-31 15:46:38 +0100 | [diff] [blame] | 9 | ipyxact >= 0.2.4 |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 10 | isort |
| 11 | livereload |
| 12 | mako |
Philipp Wagner | 94c295a | 2020-01-07 22:01:22 +0000 | [diff] [blame] | 13 | # Meson 0.53.0 broke compatibility with Python 3.5.2, see |
| 14 | # https://github.com/lowRISC/opentitan/issues/1288 for details. |
Philipp Wagner | 75029b3 | 2020-03-30 15:37:35 +0100 | [diff] [blame] | 15 | # Meson 0.54.0+ requires ninja 1.7+, which isn't available by default on |
| 16 | # Ubuntu 16.04. |
| 17 | meson >= 0.51.0, != 0.53.0, <0.54.0 # minimum matches version in meson.build |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 18 | mistletoe>=0.7.2 |
Cindy Chen | 1aff665 | 2020-04-23 18:49:18 -0700 | [diff] [blame] | 19 | premailer |
Srikrishna Iyer | 5723552 | 2020-03-09 11:03:38 -0700 | [diff] [blame] | 20 | pyelftools |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 21 | pyftdi |
| 22 | pygments |
| 23 | pytest |
Philipp Wagner | 57418e7 | 2019-12-02 21:25:27 +0000 | [diff] [blame] | 24 | pytest-timeout |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 25 | pyyaml |
Srikrishna Iyer | 7cf7cad | 2020-01-08 11:32:53 -0800 | [diff] [blame] | 26 | tabulate |
Tobias Wölfel | 8c6fc40 | 2020-01-28 20:11:09 +0100 | [diff] [blame] | 27 | yapf |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 28 | |
Philipp Wagner | 12d8be4 | 2020-03-31 15:48:10 +0100 | [diff] [blame] | 29 | # Development version with OT-specific changes |
| 30 | git+https://github.com/lowRISC/fusesoc.git@ot#egg=fusesoc >= 1.11.0 |
Philipp Wagner | 05ad5ab | 2020-03-10 18:07:09 +0000 | [diff] [blame] | 31 | |
| 32 | # Development version with OT-specific changes |
Philipp Wagner | 12d8be4 | 2020-03-31 15:48:10 +0100 | [diff] [blame] | 33 | git+https://github.com/lowRISC/edalize.git@ot#egg=edalize >= 0.2.0 |