gitdb<5,>=4.0.1

[:python_version < "3.8"]
typing-extensions>=3.7.4.3

[doc]
sphinx==4.3.2
sphinx_rtd_theme
sphinxcontrib-applehelp<=1.0.4,>=1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp<=2.0.1,>=2.0.0
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphinx-autodoc-typehints

[test]
coverage[toml]
ddt!=1.4.3,>=1.1.1
mypy
pre-commit
pytest>=7.3.1
pytest-cov
pytest-instafail
pytest-mock
pytest-sugar

[test:python_version < "3.11"]
typing-extensions

[test:python_version < "3.8"]
mock
