summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-03-31 08:35:09 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-03-31 08:35:09 -0400
commitbdbe0776c19646e703bd0b89ad3f33e6797256a7 (patch)
tree2a4fd595dcc15531849f86c95744a6bd2e57526c /docs
parente8ca95c2e12f46e203715194e4729f8b33de2c23 (diff)
downloadpython-setuptools-git-bdbe0776c19646e703bd0b89ad3f33e6797256a7.tar.gz
Although bootstrap.py is installing the deps, it removes them as well, so doc builds still require build deps.
Diffstat (limited to 'docs')
-rw-r--r--docs/requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt
index 7333dedd..2138c884 100644
--- a/docs/requirements.txt
+++ b/docs/requirements.txt
@@ -1,3 +1,5 @@
sphinx
rst.linker>=1.9
jaraco.packaging>=3.2
+
+setuptools>=34