# ArkVault Python dependencies.
#
# GTK4 / libadwaita / libsecret come from system site-packages (PyGObject on the
# Bazzite base image) via a --system-site-packages venv, so they are NOT pip deps.
#
# The backup engine (Borg) is installed by install.sh as the official upstream
# *standalone binary* (PyInstaller build, bundles FUSE + libs) rather than from
# pip: the immutable base lacks the dev headers a source build needs and ships a
# very new Python with no matching borgbackup wheel. See install.sh.
#
# => There are intentionally no pip-installed runtime dependencies here.
