# MW75 EEG Streamer Dependencies
bleak>=0.20.0          # Cross-platform BLE library
pyobjc>=9.0; sys_platform == "darwin"            # macOS Objective-C bridge (for Bluetooth)
pyobjc-framework-IOBluetooth>=9.0; sys_platform == "darwin"  # macOS Bluetooth framework access
websocket-client>=1.6.0  # WebSocket client for real-time streaming
