diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-30 11:31:16 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-30 11:31:16 -0400 |
| commit | 1e04123c16c868d1ee826edf8333210b265a1674 (patch) | |
| tree | 4c5c32212da938c62e617cb7df728a9e6d1b5cd9 /doc | |
| parent | 19438b7b811ccb4f6c3259f627bfcc0d852e5003 (diff) | |
| download | python-coveragepy-git-1e04123c16c868d1ee826edf8333210b265a1674.tar.gz | |
build: also pin pip and setuptools
Mostly to get rid of the "you're not using the latest pip!" warning.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/requirements.pip | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index 40335ab1..09559094 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -97,4 +97,5 @@ urllib3==1.26.7 # via requests # The following packages are considered to be unsafe in a requirements file: -# setuptools +setuptools==58.3.0 + # via sphinx |
