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 |
Rupert Swarbrick | 4077bec | 2020-10-05 11:50:11 +0100 | [diff] [blame] | 11 | libcst |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 12 | livereload |
| 13 | mako |
Philipp Wagner | e8ba3dc | 2020-10-30 16:49:31 +0000 | [diff] [blame] | 14 | meson >= 0.53.0, <= 0.54 # minimum matches version in meson.build |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 15 | mistletoe>=0.7.2 |
Cindy Chen | 1aff665 | 2020-04-23 18:49:18 -0700 | [diff] [blame] | 16 | premailer |
Philipp Wagner | 4b6f341 | 2020-11-04 17:00:38 +0000 | [diff] [blame] | 17 | pycryptodome |
Srikrishna Iyer | 5723552 | 2020-03-09 11:03:38 -0700 | [diff] [blame] | 18 | pyelftools |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 19 | pyftdi |
Philipp Wagner | 03aaf32 | 2020-09-09 19:11:44 +0100 | [diff] [blame] | 20 | pyserial |
Miguel Young de la Sota | 9438391 | 2019-12-05 14:34:04 -0600 | [diff] [blame] | 21 | pygments |
| 22 | pytest |
Philipp Wagner | 57418e7 | 2019-12-02 21:25:27 +0000 | [diff] [blame] | 23 | pytest-timeout |
Philipp Wagner | 34fdf36 | 2021-01-05 18:38:28 +0000 | [diff] [blame] | 24 | pyyaml |
Srikrishna Iyer | 7cf7cad | 2020-01-08 11:32:53 -0800 | [diff] [blame] | 25 | tabulate |
Tobias Wölfel | 8c6fc40 | 2020-01-28 20:11:09 +0100 | [diff] [blame] | 26 | yapf |
lowRISC Contributors | 802543a | 2019-08-31 12:12:56 +0100 | [diff] [blame] | 27 | |
Philipp Wagner | 12d8be4 | 2020-03-31 15:48:10 +0100 | [diff] [blame] | 28 | # Development version with OT-specific changes |
| 29 | 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] | 30 | |
| 31 | # Development version with OT-specific changes |
Philipp Wagner | 12d8be4 | 2020-03-31 15:48:10 +0100 | [diff] [blame] | 32 | git+https://github.com/lowRISC/edalize.git@ot#egg=edalize >= 0.2.0 |