# see conf/pip-install-minimal-for-pytest-changed-files.sh

-r deps/pytest.txt

# we could exclude the non-core requirements conditionally but that would
# require reflecting in the PYTHONPATH as well conditioned on whether non-core
# modules changed or not - for now we include all of them here too.

-r deps/cirq-all-no-contrib.txt
-r deps/ipython.txt

# pylint is needed for invoking custom checkers

-r deps/pylint.txt
