diff options
author | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2020-01-28 11:49:24 -0800 |
---|---|---|
committer | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2020-01-28 11:49:24 -0800 |
commit | 04e1319030298202d105cf4a09c7f752d8d30952 (patch) | |
tree | cbd9d47184f24403167b018ddaca8a1b186dd071 | |
parent | c2bd4ef05677df9f42e2246b739f751cedce9bc7 (diff) |
VNFRQTS - Fix extension failures
Issue-ID: VNFRQTS-803
Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
Change-Id: Ib5c742fa93ded472c1b588fcc393901c9581bbf3
-rw-r--r-- | etc/requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/requirements.txt b/etc/requirements.txt index 22cc7a6..509096a 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -22,12 +22,12 @@ docopt==0.6.2 setuptools six sphinx_rtd_theme>=0.4.3 -sphinxcontrib-blockdiag==1.5.5 +sphinxcontrib-blockdiag sphinxcontrib-httpdomain sphinxcontrib-needs==0.3.15 sphinx_bootstrap_theme>=0.4.11 -sphinxcontrib-nwdiag==0.9.5 -sphinxcontrib-seqdiag==0.8.5 +sphinxcontrib-nwdiag +sphinxcontrib-seqdiag sphinxcontrib-swaggerdoc sphinxcontrib-plantuml xlwt==1.3.0 |