blob: 5dba911f0d1b0a9fd0170a569942e359ca54e53d (
plain)
1
2
3
4
5
6
7
8
|
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
# Things needed to make wheels for coverage.py
setuptools==41.4.0
# pin so auditwheel will work: https://github.com/pypa/auditwheel/issues/102
wheel==0.31.1
|