From d6b0c102715db7e1c6a38863b5bc0280a96832b0 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 28 Sep 2021 14:17:04 +0200 Subject: Adds 2 upper-constraints to pin all the dependencies. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It modifies a little bit the official upper-constraints.txt from OpenStack due to Sphinx (4.2.0 as asked by lfdocs-conf vs 3.5.2) and due to setuptools (58.1.0 as used in ONAP gates vs 54.1.1). In a long run, docs/upper-constraints.os.txt should be removed once ONAP is synced with OpenStack. For it's part, docs/upper-constraints.onap.txt should be centralized for all ONAP projects and then removed from this particular project. It should be noted that lfdocs-conf still mismatches concrete and abstract deps. 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: Iae808297484f4798de82a43597ccad7905ff4c94 Signed-off-by: Cédric Ollivier --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 543c596d8..ce4abfa38 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ csit/ *.csar benchmark/ .tox/ +build/ -- cgit