SmartestHome/hosts/steam-tv-box/agent/requirements.txt

9 lines
431 B
Plaintext

# The ISO installs this from apt (python3-paho-mqtt) rather than pip — see
# live-build/config/package-lists/steam-tv-box.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/steamtv-agent/config.env by a small parser in main.py, so
# there is no python-dotenv dependency.