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.
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.
11 # When adding new dependencies, pin the very oldest non-yanked version
12 # on PyPI that allows the test suite to pass.
14 # Dependencies for the TUI addon (Required for successful linting)
19 # Dependencies for FUSE support for qom-fuse
22 # Test-runners, utilities, etc.
23 avocado-framework==90.0
31 # Transitive flake8 dependencies
36 # Transitive mypy dependencies
37 mypy-extensions==0.4.3
39 typing-extensions==3.7.4
41 # Transitive pylint dependencies
43 lazy-object-proxy==1.4.0