ubelt>=1.3.3
packaging>=21.3
pyyaml>=6.0

[:python_version < "3.11" and python_version >= "3.8"]
networkx>=2.7

[:python_version < "3.7.0" and python_version >= "3.6.0"]
networkx<=2.5.1,>=2.2.0

[:python_version < "3.8" and python_version >= "3.6"]
rich>=11.2.0

[:python_version < "3.8" and python_version >= "3.7"]
networkx>=2.6.2

[:python_version < "4.0" and python_version >= "3.11"]
networkx>=2.8

[:python_version >= "2.7"]
git-python>=1.0.0

[:python_version >= "3.6"]
scriptconfig>=0.9.1

[:python_version >= "3.8"]
rich>=12.4.4

[docs]
sphinx>=5.0.1
sphinx-autobuild>=2021.3.14
sphinx_rtd_theme>=1.0.0
sphinxcontrib-napoleon>=0.7
sphinx-autoapi>=1.8.4
Pygments>=2.9.0
myst_parser>=0.18.0
sphinx-reredirects>=0.0.1

[optional]
argcomplete>=1.0
fsspec
paramiko

[optional:python_version >= "3.7"]
rich_argparse>=1.1.0

[tests]
xdoctest>=1.1.5
pytest-cov>=3.0.0

[tests:python_version < "3.10" and python_version >= "3.9"]
coverage>=5.3.1

[tests:python_version < "3.12"]
pytest_timeout>=1.4.2

[tests:python_version < "3.12" and python_version >= "3.10"]
coverage>=6.1.1

[tests:python_version < "3.13"]
pytest>=8.1.1

[tests:python_version < "3.9" and python_version >= "3.8"]
coverage>=6.1.1

[tests:python_version < "4.0" and python_version >= "3.12"]
pytest_timeout>=2.3.1
coverage>=7.3.0

[tests:python_version < "4.0" and python_version >= "3.13"]
pytest>=8.1.1
