File: python-dev-requirements.txt

package info (click to toggle)
verilator 5.044-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 69,096 kB
  • sloc: cpp: 152,937; python: 22,624; ansic: 11,002; yacc: 6,111; lex: 2,011; makefile: 1,428; sh: 603; perl: 302
file content (34 lines) | stat: -rw-r--r-- 1,025 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright 2003-2026 by Wilson Snyder. This program is free software; you
# can redistribute it and/or modify it under the terms of either the GNU
# Lesser General Public License Version 3 or the Perl Artistic License
# Version 2.0.
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0

# These packages are only required for developers who want to run the whole
# test suite, or other development steps like code formatting or linting.
# They are NOT required for building, running or packaging Verilator itself.

# The usual use of this file is via the `make venv` target, as described in
# docs/guide/install.rst

# We use specific version numbers, otherwise a Python package update may add a
# warning and break our builds

# Keep sorted

breathe==4.36.0
compiledb==0.10.7
distro==1.9.0
gersemi==0.23.1
mbake==1.4.3
mypy==1.19.0
pylint==3.0.2
ruff==0.14.8
sarif-tools==3.0.5
sphinx==8.1.3
sphinx_rtd_theme==3.0.2
sphinxcontrib-spelling==8.0.2
yamlfix==1.19.1
yapf==0.43.0

git+https://github.com/antmicro/astsee.git