requests~=2.27
typing_extensions==4.*

[audit]
bandit
pip-audit

[build]
build
twine

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

[docs]
mkdocs
mkdocs-material
mkdocstrings-python
mike

[lint]
mypy
ruff
pre-commit

[test]
pytest
pytest-cov
