| # This file lists the ***oldest possible dependencies*** needed to run |
| # "make check" successfully under ***Python 3.8***. It is used primarily |
| # by GitLab CI to ensure that our stated minimum versions in setup.cfg |
| # are truthful and regularly validated. |
| # This file should not contain any dependencies that are not expressed |
| # by the [devel] section of setup.cfg, except for transitive |
| # dependencies which must be enumerated here explicitly to eliminate |
| # dependency resolution ambiguity. |
| # When adding new dependencies, pin the very oldest non-yanked version |
| # on PyPI that allows the test suite to pass. |
| # Dependencies for the TUI addon (Required for successful linting) |
| # Dependencies for mkvenv |
| # Dependencies for FUSE support for qom-fuse |
| # Test-runners, utilities, etc. |
| # Transitive flake8 dependencies |
| # Transitive mypy dependencies |
| # Transitive pylint dependencies |