# Dependencies for StabilityTester
# Install with: pip install -r requirements.txt

# Network testing
requests>=2.25.0
speedtest-cli>=2.1.3
ping3>=4.0.3

# GUI - PySide6 (Qt for Python)
PySide6>=6.4.0

# Matplotlib for graphs
matplotlib>=3.4.0
Pillow>=8.0.0

# Optional for better notifications
plyer>=2.0.0

# Optional for system tray icon
pystray>=0.19.0

# For Windows sound support
pywin32>=300.0; sys_platform == 'win32'
