summaryrefslogtreecommitdiffstats
path: root/etc/requirements.txt
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-09-28 13:48:21 +0200
committerthmsdt <thomas.kulik@telekom.de>2021-09-28 15:38:59 +0200
commitee3abf180c9df7813f16ee9fba7958860fc9ea6b (patch)
treede7a35790be8acac26fc6df8da5fac35ab185847 /etc/requirements.txt
parente5d983ed01b59241c5186a51d120fed48e52af64 (diff)
Split concreate and abstract dependencies
It adds 2 upper-constraints to pin all the dependencies. 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, etc/upper-constraints.os.txt should be removed once ONAP is synced with OpenStack. For it's part, etc/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. Issue-ID: DOC-765 Change-Id: Iccf1e4cdab93acc9c55acb16cb11e3b3fcef3291 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'etc/requirements.txt')
-rw-r--r--etc/requirements.txt20
1 files changed, 11 insertions, 9 deletions
diff --git a/etc/requirements.txt b/etc/requirements.txt
index edffc4b5d..3bb85f58d 100644
--- a/etc/requirements.txt
+++ b/etc/requirements.txt
@@ -1,9 +1,11 @@
-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
+lfdocs-conf
+sphinxcontrib-blockdiag # BSD
+sphinxcontrib-needs
+sphinxcontrib.plantuml
+sphinxcontrib-nwdiag # BSD
+sphinxcontrib-seqdiag # BSD
+sphinxcontrib-swaggerdoc
+sphinx-rtd-theme
+autopep8
+sphinxcontrib-spelling
+pylint