From d242150035c5aa0a0d7ab3e020b75ab5d89bde63 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 28 Sep 2021 16:26:56 +0200 Subject: [COMMON] Adds 2 upper-constraints files to pin all dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It leverages the latest change from lfdocs-conf and the upper-constraints.txt now centralized in ONAP docs. In a long run, upperconstraints.os.txt should be removed once ONAP is synced with OpenStack. docs/requirements-docs.txt is renamed requirements.txt as it mixes both docs and linter dependencies. It removes tox and setuptools from requirements as nothing depends on them (most requirements should be removed except lfdocsconf) Issue-ID: DOC-765 Change-Id: Iae808297484f4798de82a43597ccad7905ff4c94 Signed-off-by: Cédric Ollivier --- docs/requirements-docs.txt | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 docs/requirements-docs.txt (limited to 'docs') diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt deleted file mode 100644 index edffc4b5d7..0000000000 --- a/docs/requirements-docs.txt +++ /dev/null @@ -1,9 +0,0 @@ -lfdocs-conf~=0.7.5 -funcparserlib~=1.0.0a0 -sphinxcontrib.blockdiag~=2.0.0 -sphinxcontrib-needs<0.6.0 -sphinxcontrib.plantuml~=0.21 -sphinxcontrib.nwdiag~=2.0.0 -sphinxcontrib-seqdiag~=2.0.0 -sphinxcontrib-swaggerdoc~=0.1.7 -sphinx-rtd-theme~=1.0.0 -- cgit 1.2.3-korg