diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-10-19 14:44:43 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-10-19 15:03:39 +0200 |
commit | 425bff185aa278cce9452c3243f65287754f81ae (patch) | |
tree | 0eb0fa20e7fdc4defb4fd151ecef60baee706a45 /etc/requirements.txt | |
parent | ab77a9bf85a0acfb82a0062ed36ee1bc20bcaf3f (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: I8353166a101cb3be0f2be463454c7135d344c029
(cherry picked from commit d6944ad8e3bcdbdd1c2c8d679a859b6b4b751948)
Diffstat (limited to 'etc/requirements.txt')
-rw-r--r-- | etc/requirements.txt | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/etc/requirements.txt b/etc/requirements.txt index 54d64bb..a74ec55 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -14,11 +14,4 @@ # limitations under the License. ############################################################################# -tox -Sphinx>=1.7 -doc8 -docutils -setuptools -six -sphinxcontrib-httpdomain -sphinx_bootstrap_theme>=0.4.11 +lfdocs-conf |