customtkinter PyJWT>=2.8.0 Pillow numpy>=1.24.0,<2.0.0 # Numerical operations (version constraint for compatibility) pyperclip # Clipboard operations PyAutoGUI # GUI automation pynput # Global hotkeys and input monitoring pystray # System tray icon psutil>=5.9.0 # System information for device fingerprinting requests>=2.31.0 # HTTP requests to backend API httpx>=0.27.0 # Async HTTP client for cancellable requests websockets>=12.0 # WebSocket for real-time sync websocket-client>=1.7.0 # Alternative WebSocket client PyNaCl>=1.5.0 # Ed25519 authentication cryptography>=41.0.0 # Fernet encryption for secure storage python-dotenv # Environment variable management sqlcipher3-wheels==0.5.5 ; sys_platform == 'win32' sqlcipher3-wheels>=0.5.5 ; sys_platform != 'win32' pywin32>=306 ; sys_platform == 'win32' # Windows API access