diff options
author | Eric Debeau <eric.debeau@orange.com> | 2021-09-30 14:40:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-09-30 14:40:51 +0000 |
commit | 141265a48d9210dd3930ed203b78a48183d58fde (patch) | |
tree | 212e3a72677cf20f4ba046cfa42254d682156881 | |
parent | de9c9aff636c5949552b78249425f554f0f8bfb3 (diff) | |
parent | dc4dd72febab3b60010376cb37f24a2873f1f6fe (diff) |
Merge "Remove indirect deps" into honoluluhonolulu
-rw-r--r-- | etc/requirements.txt | 7 | ||||
-rw-r--r-- | etc/upper-constraints.onap.txt | 2 |
2 files changed, 1 insertions, 8 deletions
diff --git a/etc/requirements.txt b/etc/requirements.txt index a80468121..74a3b7a3f 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -1,8 +1 @@ lfdocs-conf -sphinxcontrib-blockdiag # BSD -sphinxcontrib-needs<=0.5.6 -sphinxcontrib.plantuml -sphinxcontrib-nwdiag # BSD -sphinxcontrib-seqdiag # BSD -sphinxcontrib-swaggerdoc -sphinx-rtd-theme 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 |