diff options
author | Eric Debeau <eric.debeau@orange.com> | 2021-09-29 14:46:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-09-29 14:46:38 +0000 |
commit | 83dd5d6c4339ecfc2370f19090319d934a7cca18 (patch) | |
tree | 9a467b8665ce790afe8c40dfdb79a9b5da02b889 /etc | |
parent | dc78aca33733dcd4604dee30631997c47bfd1d77 (diff) | |
parent | 036feae5d7b96952da0f4fccefcdefe2eee72c8f (diff) |
Merge "Remove indirect deps"
Diffstat (limited to 'etc')
-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 f17b82612..b6654e56c 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -1,13 +1,4 @@ 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 |