aboutsummaryrefslogtreecommitdiffstats
path: root/dev-requirements.txt
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-03-05 20:50:10 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2018-03-05 19:50:10 -0500
commite3d2fc1727598bfabb3df78032b83bdccb188681 (patch)
tree2a33f56123f7bee695ab1009ff8fcf7287d3e630 /dev-requirements.txt
parentef8f066d5a6790a65452e345ae70b8e29af5381e (diff)
downloadcryptography-e3d2fc1727598bfabb3df78032b83bdccb188681.tar.gz
cryptography-e3d2fc1727598bfabb3df78032b83bdccb188681.tar.bz2
cryptography-e3d2fc1727598bfabb3df78032b83bdccb188681.zip
install only the minimum required to build our docs for rtd (#4133)
* install only the minimum required to build our docs for rtd We don't need to install sphinxcontrib-spelling or doc8 in rtd. * move another package
Diffstat (limited to 'dev-requirements.txt')
-rw-r--r--dev-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 93d28450..58827ed4 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -4,5 +4,5 @@ coverage
requests
tox >= 2.4.1
twine >= 1.8.0
--e .[test,docstest,pep8test]
+-e .[test,docs,docstest,pep8test]
-e vectors