16832189fSJohn Snow# This file lists the ***oldest possible dependencies*** needed to run 26832189fSJohn Snow# "make check" successfully under ***Python 3.6***. It is used primarily 36832189fSJohn Snow# by GitLab CI to ensure that our stated minimum versions in setup.cfg 46832189fSJohn Snow# are truthful and regularly validated. 56832189fSJohn Snow# 66832189fSJohn Snow# This file should not contain any dependencies that are not expressed 76832189fSJohn Snow# by the [devel] section of setup.cfg, except for transitive 86832189fSJohn Snow# dependencies which must be enumerated here explicitly to eliminate 96832189fSJohn Snow# dependency resolution ambiguity. 106832189fSJohn Snow# 116832189fSJohn Snow# When adding new dependencies, pin the very oldest non-yanked version 126832189fSJohn Snow# on PyPI that allows the test suite to pass. 136832189fSJohn Snow 146832189fSJohn Snow# Dependencies for the TUI addon (Required for successful linting) 156832189fSJohn Snowurwid==2.1.2 166832189fSJohn Snowurwid-readline==0.13 176832189fSJohn SnowPygments==2.9.0 186832189fSJohn Snow 19*c5538eedSJohn Snow# Dependencies for mkvenv 20*c5538eedSJohn Snowdistlib==0.3.6 21*c5538eedSJohn Snow 226832189fSJohn Snow# Dependencies for FUSE support for qom-fuse 236832189fSJohn Snowfusepy==2.0.4 246832189fSJohn Snow 256832189fSJohn Snow# Test-runners, utilities, etc. 266832189fSJohn Snowavocado-framework==90.0 276832189fSJohn Snow 286832189fSJohn Snow# Linters 296832189fSJohn Snowflake8==3.6.0 306832189fSJohn Snowisort==5.1.2 316832189fSJohn Snowmypy==0.780 326832189fSJohn Snowpylint==2.8.0 336832189fSJohn Snow 346832189fSJohn Snow# Transitive flake8 dependencies 356832189fSJohn Snowmccabe==0.6.0 366832189fSJohn Snowpycodestyle==2.4.0 376832189fSJohn Snowpyflakes==2.0.0 386832189fSJohn Snow 396832189fSJohn Snow# Transitive mypy dependencies 406832189fSJohn Snowmypy-extensions==0.4.3 416832189fSJohn Snowtyped-ast==1.4.0 426832189fSJohn Snowtyping-extensions==3.7.4 436832189fSJohn Snow 446832189fSJohn Snow# Transitive pylint dependencies 456832189fSJohn Snowastroid==2.5.4 466832189fSJohn Snowlazy-object-proxy==1.4.0 476832189fSJohn Snowtoml==0.10.0 486832189fSJohn Snowwrapt==1.12.1 49