# PyQt GUI
PyQt6>=6.4.0,<6.7.0
PyQt6-Qt6>=6.4.0,<6.7.0

# HTTP Client
httpx==0.26.0

# Configuration
python-dotenv==1.0.0

# Keyring for secure credential storage
keyring==24.3.0

# For Windows OpenVPN management
pywin32==306; sys_platform == 'win32'
