# Python dependencies for SPI master test # Note: spidev is typically installed via system package manager on Raspberry Pi # For development and testing pytest>=7.0.0 pytest-cov>=4.0.0 # For data visualization (optional) matplotlib>=3.5.0 numpy>=1.21.0 # For logging and debugging colorlog>=6.7.0