diff options
author | thmsdt <thomas.kulik@telekom.de> | 2024-02-20 14:22:22 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2024-02-20 14:22:39 +0100 |
commit | 20b205d61a38f372e6df3d1ebaadc461ee45fb77 (patch) | |
tree | 72aceba1268697a8b3f5a8ed327f61fa59a98a33 | |
parent | 4656c4f34b7eef4c91ecaddee5efc48644a3333b (diff) |
add python compatibility module
Issue-ID: DOC-823
Change-Id: I2aea62cf9bb21ed291bd454f9550485bd0dd1d3a
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
-rw-r--r-- | docs/requirements-docs.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index ba3e0ec..097282b 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -4,4 +4,5 @@ sphinxcontrib-blockdiag # BSD sphinxcontrib-seqdiag # BSD sphinxcontrib-swaggerdoc sphinxcontrib-spelling -sphinxcontrib-plantuml
\ No newline at end of file +sphinxcontrib-plantuml +six |