blob: 4954d249d3640ba62485e74ca4662ccbcfcc0c11 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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 wheels for coverage.py
auditwheel; python_version > '3.6'
setuptools
wheel
|