diff options
author | 2018-09-19 18:37:13 +0000 | |
---|---|---|
committer | 2018-09-19 18:37:13 +0000 | |
commit | f78fb072c2d0a5807dd6e88c94e1b1c00c491c84 (patch) | |
tree | c0ea442d273c602b5f236febe5321fa270ad06f9 /etc/requirements.txt | |
parent | 5bb4f5bcc746784f1b9c8fd7afc5085735c4a7b5 (diff) |
VNFRQTS - Updating the testing annex
Adding a new table to the testing annex for HEAT traceability.
Issue-ID: VNFRQTS-257
Change-Id: I8a6fc41920a4eded9f97dbcffa56f8e2dd3cd5f1
Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
Diffstat (limited to 'etc/requirements.txt')
-rw-r--r-- | etc/requirements.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/etc/requirements.txt b/etc/requirements.txt index 377b7cd..db5c4ac 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -15,10 +15,20 @@ ############################################################################# tox -Sphinx==1.3.1 +Sphinx==1.7 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-nwdiag +sphinxcontrib-seqdiag +sphinxcontrib-swaggerdoc +sphinxcontrib-plantuml +xlwt==1.3.0 +PyYAML>=3.10,<4 |