From 205ff57a1d27086a6ff2fd965fbae051684c515d Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 21 Oct 2021 14:21:06 +0200 Subject: Leverage 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. It removes tox and setuptools from requirements as nothing depends on them (most requirements should be removed except lfdocsconf) Issue-ID: DOC-765 Signed-off-by: Cédric Ollivier Change-Id: I7af7db5ac0b73b8cad52a72612ac8c532aa42127 --- etc/requirements.txt | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'etc') diff --git a/etc/requirements.txt b/etc/requirements.txt index 92bad32..a74ec55 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -14,17 +14,4 @@ # limitations under the License. ############################################################################# -tox -Sphinx==1.8.1 -doc8 -docutils -setuptools -six -sphinx_rtd_theme -sphinxcontrib-blockdiag -sphinxcontrib-needs>=0.2.3 -sphinxcontrib-nwdiag -sphinxcontrib-seqdiag -sphinxcontrib-swaggerdoc -sphinxcontrib-plantuml -sphinx_bootstrap_theme>=0.4.11 +lfdocs-conf -- cgit 1.2.3-korg