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

Make Python docs package reqs consistent between setup.py & requirements.txt

This commit is contained in:
troymc 2016-07-14 11:44:28 +02:00
parent 9c17a6df84
commit 7c9efbf321
2 changed files with 7 additions and 6 deletions

View File

@ -1,5 +1,5 @@
Sphinx==1.3.5
sphinxcontrib-napoleon==0.4.4
Sphinx>=1.3.5
recommonmark>=0.4.0
sphinx-rtd-theme>=0.1.9
recommonmark
sphinxcontrib-httpdomain==1.5.0
sphinxcontrib-napoleon>=0.4.4
sphinxcontrib-httpdomain>=1.5.0

View File

@ -45,10 +45,11 @@ dev_require = [
]
docs_require = [
'recommonmark>=0.4.0',
'Sphinx>=1.3.5',
'sphinxcontrib-napoleon>=0.4.4',
'recommonmark>=0.4.0',
'sphinx-rtd-theme>=0.1.9',
'sphinxcontrib-napoleon>=0.4.4',
'sphinxcontrib-httpdomain>=1.5.0',
]
benchmarks_require = [