diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-03-01 18:17:55 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-03-01 18:17:55 -0500 |
commit | fd65d6fb804e5243d7eb17381c33351d0dfeab76 (patch) | |
tree | 71a78e8a7b5b06cf1173517421e215980db75c9e /doc | |
parent | 31d4b0029181879ae3a8869caf38e32c7b8aace7 (diff) | |
download | python-coveragepy-git-fd65d6fb804e5243d7eb17381c33351d0dfeab76.tar.gz |
build: clean up pip files
auditwheel only installs on Python 3. So only install it where we need
it, and clean up other .pip files along the way.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/requirements.pip | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index f1f01c66..a29c01e2 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -1,5 +1,7 @@ # PyPI requirements for building documentation for coverage.py +-c ../requirements/pins.pip + # https://requires.io/github/nedbat/coveragepy/requirements/ doc8==0.8.1 |