1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 # Common requirements to build and install Arvados Python components
9 # 20.3 introduced the modern dependency resolver which we rely on.
12 # Technically this shouldn't be required: the build process should get the
13 # build requirements listed in pyproject.toml. But it's nice to have it