# The ISO installs this from apt (python3-paho-mqtt, 1.6.x on bookworm) rather than # pip — see live-build/config/package-lists/thin-client.list.chroot. This file is for # running the agent outside the image (development, a venv on a test box). The code # works against both the 1.x and 2.x callback APIs. paho-mqtt>=1.6 # Config is read from /etc/thinclient-agent/config.env by a small parser in main.py, # so there is no python-dotenv dependency.