diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-10-21 14:21:06 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-10-21 14:21:47 +0200 |
commit | 205ff57a1d27086a6ff2fd965fbae051684c515d (patch) | |
tree | a5d8182b24d4cfdae1e11f99b127c44371ba002b /etc | |
parent | 1a150a2da03397796af1036c323b5bec7ea72c69 (diff) |
Leverage upper-constraints files to pin all dependencies
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 <cedric.ollivier@orange.com>
Change-Id: I7af7db5ac0b73b8cad52a72612ac8c532aa42127
Diffstat (limited to 'etc')
-rw-r--r-- | etc/requirements.txt | 15 |
1 files changed, 1 insertions, 14 deletions
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 |