requests~=2.27

[audit]
bandit
pip-audit

[build]
build
twine

[dev]
thehive4py[audit,build,docs,lint,test]

[docs]
mkdocs
mkdocs-material
mkdocstrings-python
mike

[lint]
black
flake8-pyproject
mypy
pre-commit

[test]
pytest
pytest-cov
