diff options
author | stark, steven <steven.stark@att.com> | 2019-12-10 15:12:04 -0800 |
---|---|---|
committer | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2019-12-11 19:19:29 +0000 |
commit | 0bada7b3d001eff2a0aaa6688be48eb9f843efa7 (patch) | |
tree | f2cdb0db45053bdc195a4898cb520b45d26bbef0 | |
parent | 048a9d94f9d78b3a57375e2bdab9e6b21a7edb61 (diff) |
[VNFRQTS] pinning python reqs in req.txt
Issue-ID: VNFRQTS-775
Signed-off-by: stark, steven <steven.stark@att.com>
Change-Id: Ia821e5cb1dc91db176ff0748393919bd7db14354
-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 509096a..22cc7a6 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 +sphinxcontrib-blockdiag==1.5.5 sphinxcontrib-httpdomain sphinxcontrib-needs==0.3.15 sphinx_bootstrap_theme>=0.4.11 -sphinxcontrib-nwdiag -sphinxcontrib-seqdiag +sphinxcontrib-nwdiag==0.9.5 +sphinxcontrib-seqdiag==0.8.5 sphinxcontrib-swaggerdoc sphinxcontrib-plantuml xlwt==1.3.0 |