]> git.arvados.org - arvados.git/blob - build/requirements.build.txt
20311: Include CWL schemas in Python packages
[arvados.git] / build / requirements.build.txt
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4 #
5 # Common requirements to build and install Arvados Python components
6
7 build
8
9 # 20.3 introduced the modern dependency resolver which we rely on.
10 pip >= 20.3
11
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
14 # cached.
15 setuptools >= 75.0
16
17 wheel