# Development tooling: linting and the offline test suite.
# The GUI tests drive src/flatscorer/gui/app.py through streamlit.testing, so
# the GUI requirements are needed too.
-r requirements-gui.txt

pytest>=8.0.0,<10.0
ruff>=0.6.0,<1.0
