diff options
author | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2019-02-06 18:18:01 +0000 |
---|---|---|
committer | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2019-02-06 18:21:35 +0000 |
commit | 8a9a246a185ab7610229ccdd2cbbad28ecb64d63 (patch) | |
tree | 6d3075d982d50c6a2386e9c183099482302edffb /etc/requirements.txt | |
parent | 59a1257c699bd2edf56ecac252a45fb192eff4b4 (diff) |
VNFRQTS - Update local build process
Issue-ID: VNFRQTS-542
Change-Id: I647040bedea024e507f8e3c19dd9d08abeff3354
Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
Diffstat (limited to 'etc/requirements.txt')
-rw-r--r-- | etc/requirements.txt | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/etc/requirements.txt b/etc/requirements.txt index db5c4ac..92bad32 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -15,20 +15,16 @@ ############################################################################# tox -Sphinx==1.7 +Sphinx==1.8.1 doc8 docutils -docopt==0.6.2 setuptools six sphinx_rtd_theme sphinxcontrib-blockdiag -sphinxcontrib-httpdomain -sphinxcontrib-needs>=0.2.4 -sphinx_bootstrap_theme>=0.4.11 +sphinxcontrib-needs>=0.2.3 sphinxcontrib-nwdiag sphinxcontrib-seqdiag sphinxcontrib-swaggerdoc sphinxcontrib-plantuml -xlwt==1.3.0 -PyYAML>=3.10,<4 +sphinx_bootstrap_theme>=0.4.11 |