summaryrefslogtreecommitdiff
path: root/requirements/wheel.pip
blob: ae84163ab60a3e1b68c42e155ec20fc420dc614b (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 45.x is py3-only
setuptools==44.1.1
wheel==0.35.1