]> git.proxmox.com Git - mirror_qemu.git/blob - python/tests/minreqs.txt
mkvenv: avoid ensurepip if pip is installed
[mirror_qemu.git] / python / tests / minreqs.txt
1 # This file lists the ***oldest possible dependencies*** needed to run
2 # "make check" successfully under ***Python 3.6***. It is used primarily
3 # by GitLab CI to ensure that our stated minimum versions in setup.cfg
4 # are truthful and regularly validated.
5 #
6 # This file should not contain any dependencies that are not expressed
7 # by the [devel] section of setup.cfg, except for transitive
8 # dependencies which must be enumerated here explicitly to eliminate
9 # dependency resolution ambiguity.
10 #
11 # When adding new dependencies, pin the very oldest non-yanked version
12 # on PyPI that allows the test suite to pass.
13
14 # Dependencies for the TUI addon (Required for successful linting)
15 urwid==2.1.2
16 urwid-readline==0.13
17 Pygments==2.9.0
18
19 # Dependencies for mkvenv
20 distlib==0.3.6
21
22 # Dependencies for FUSE support for qom-fuse
23 fusepy==2.0.4
24
25 # Test-runners, utilities, etc.
26 avocado-framework==90.0
27
28 # Linters
29 flake8==3.6.0
30 isort==5.1.2
31 mypy==0.780
32 pylint==2.8.0
33
34 # Transitive flake8 dependencies
35 mccabe==0.6.0
36 pycodestyle==2.4.0
37 pyflakes==2.0.0
38
39 # Transitive mypy dependencies
40 mypy-extensions==0.4.3
41 typed-ast==1.4.0
42 typing-extensions==3.7.4
43
44 # Transitive pylint dependencies
45 astroid==2.5.4
46 lazy-object-proxy==1.4.0
47 toml==0.10.0
48 wrapt==1.12.1