blob: a64ca7e905dcbfef260fff4ac31db7aafabc9b58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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
|