diff options
author | Bozawglanian, Hagop (hb755d) <hb755d@att.com> | 2018-07-25 17:45:41 +0000 |
---|---|---|
committer | Bozawglanian, Hagop (hb755d) <hb755d@att.com> | 2018-07-25 17:46:58 +0000 |
commit | 9e8d07abccaec2615b62fe4729b9a22c7e690a7c (patch) | |
tree | 8b221373bc86f2f79f4f71e673ac514b98c55a33 /etc | |
parent | fef9d88a38e010813c322c0eab4e852b05867f60 (diff) |
VNFRQTS - Update requirements list in appendix
Updating the structure to make a new list of requirements.
Also updated the requirements.txt and conf.py files to build properly with new directive.
Change-Id: I80d7b0fbcbf9dcabbd9b8c394bc65c4de3acb297
Issue-ID: VNFRQTS-276
Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/requirements.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/etc/requirements.txt b/etc/requirements.txt index d27b394..db5c4ac 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -15,16 +15,20 @@ ############################################################################# tox -Sphinx==1.6.7 +Sphinx==1.7 doc8 docutils +docopt==0.6.2 setuptools six sphinx_rtd_theme sphinxcontrib-blockdiag -sphinxcontrib-needs>=0.2.3 +sphinxcontrib-httpdomain +sphinxcontrib-needs>=0.2.4 +sphinx_bootstrap_theme>=0.4.11 sphinxcontrib-nwdiag sphinxcontrib-seqdiag sphinxcontrib-swaggerdoc sphinxcontrib-plantuml -sphinx_bootstrap_theme>=0.4.11
\ No newline at end of file +xlwt==1.3.0 +PyYAML>=3.10,<4 |