# DeckPad sender dependencies (Steam Deck side).
#
# PySide6-Essentials, not the full PySide6 meta-package: the status screen only
# uses QtCore/QtGui/QtWidgets, and Essentials is roughly 300 MB smaller than
# pulling in Addons (QtWebEngine, Qt3D, Multimedia...) that we never import.
PySide6-Essentials>=6.7

# python-evdev is provided by SteamOS system-wide and the venv is built with
# --system-site-packages, so it is normally already satisfied. Left unpinned
# here only as a fallback for environments that lack it; it is a C extension,
# so if no wheel matches your interpreter the system package is used instead.
