1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-26 03:06:43 +02:00

Problem: docs are not building anymore (#2360)

Solution: add wget to the requirements for docs
This commit is contained in:
codegeschrei 2018-06-28 18:08:55 +02:00 committed by Shahbaz Nazir
parent 00553c8324
commit 278ff1ddb2

View File

@ -46,6 +46,7 @@ docs_require = [
'sphinxcontrib-httpdomain>=1.5.0',
'sphinxcontrib-napoleon>=0.4.4',
'aafigure>=0.6',
'wget'
]
tests_require = [