diff options
author | Thomas Kulik <thomas.kulik@telekom.de> | 2021-09-28 13:46:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-09-28 13:46:30 +0000 |
commit | a7ebf91f5bd8fa5c0bb18155a97ef93b5075db64 (patch) | |
tree | 69cf9f549ede4dc2b866cad0e020080df361eea8 /etc/requirements.txt | |
parent | 99d881b99b494d64ced8bc30d19847e3a951be7b (diff) | |
parent | ee3abf180c9df7813f16ee9fba7958860fc9ea6b (diff) |
Merge "Split concreate and abstract dependencies"
Diffstat (limited to 'etc/requirements.txt')
-rw-r--r-- | etc/requirements.txt | 20 |
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 |