# basic tools:
black
isort
mypy
# Type stubs for mypy:
pandas-stubs==2.2.3.250527
types-colorama
types-psutil
# Perhaps this gets integrated in the future: https://github.com/apache/arrow/issues/32609
pyarrow-stubs
# conditional dependency of nsys_cpu_stats
uvicorn
typing-extensions  # for ParamSpec in Python 3.9
