1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: Apache-2.0
5 # This file documents the Python modules required to run Arvados playbooks.
6 # If you're doing something advanced, you can use this as a constraints file
7 # to install only the components you want and still get the right versions.
8 # For example, if you only want Ansible and no extras:
10 # pip install -c requirements.txt ansible-core
12 ansible-core ~= 2.15.13
15 # It's not required for any playbook, but if you want to automate creating or
16 # editing Arvados config.yml files, yq is our go-to tool.