diff options
author | 2021-09-29 16:22:01 +0200 | |
---|---|---|
committer | 2021-09-30 14:31:03 +0200 | |
commit | 689ab8dd0056819e4ef433e5574bf78d988b72c6 (patch) | |
tree | df6a26a1561df093f5e64c9b1678cad72253e7cd | |
parent | 54b5ac70d46db20e6a812a479e234cda2eb4909d (diff) |
Remove indirect depsfrankfurt
It leverages the latest lfdocs-conf (0.7.7) updates
Issue-ID: DOC-765
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: Id2b63f273ddfb41487b6424e3d14fbdf4cbd837d
(cherry picked from commit 036feae5d7b96952da0f4fccefcdefe2eee72c8f)
-rw-r--r-- | etc/requirements.txt | 9 | ||||
-rw-r--r-- | etc/upper-constraints.onap.txt | 2 |
2 files changed, 1 insertions, 10 deletions
diff --git a/etc/requirements.txt b/etc/requirements.txt index 6702e705b..5eda0c633 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -3,15 +3,6 @@ doc8 docutils six lfdocs-conf -sphinxcontrib-blockdiag # BSD -sphinxcontrib-needs<=0.5.6 -sphinxcontrib.plantuml -sphinxcontrib-nwdiag # BSD -sphinxcontrib-seqdiag # BSD -sphinxcontrib-swaggerdoc -sphinx-rtd-theme autopep8 sphinxcontrib-spelling pylint -# remove this once lfdocs-conf is fixed -funcparserlib>=1.0.0a0 diff --git a/etc/upper-constraints.onap.txt b/etc/upper-constraints.onap.txt index aaf3493f9..88e019ff8 100644 --- a/etc/upper-constraints.onap.txt +++ b/etc/upper-constraints.onap.txt @@ -1,4 +1,4 @@ -lfdocs-conf===0.7.5 +lfdocs-conf===0.7.7 sphinxcontrib.blockdiag===2.0.0 sphinxcontrib-needs===0.5.6 sphinxcontrib.plantuml===0.21 |