# Dev/test dependencies for kaisatsu_bridge (bridge-addon/).
#
# aqt (Anki's Qt GUI layer) is deliberately NOT listed here even though
# bridge-addon/AGENTS.md's "Commands" section mentions it: this Day-1
# foundation only tests pylib-level logic (raw SQL reads via anki.collection,
# chunking/hashing, pairing-code generation) which needs `anki` alone. The
# real Anki application bundles aqt at runtime for the GUI-hook entry point
# (__init__.py) - it is not a pip dependency we ship or need to install to
# test the read-path. Add aqt to this file (owner-approved, D-019 already
# lists it) only when a lane needs to exercise GUI-hook code under pytest.
anki==26.5
pytest>=8
ruff>=0.14
