blob: 5ce1b8806b3a6bb8a049c73a77378b7c3461ca3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
-c pins.pip
# Things needed to make distribution kits.
# "make upgrade" turns this into requirements/kit.pip.
auditwheel
build
cibuildwheel
setuptools
wheel
# Build has a windows-only dependency on colorama:
# https://github.com/pypa/build/blob/main/setup.cfg#L32
# colorama;os_name == "nt"
# We copy it here so it can get pinned.
colorama
|