diff options
author | thmsdt <thomas.kulik@telekom.de> | 2024-02-20 14:23:09 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2024-02-20 14:23:27 +0100 |
commit | 84f9386df07ddf463e53070a8199a238240f5ef3 (patch) | |
tree | 54698653b830ede863ba54f9207ffe4d90a814bd | |
parent | b658a1b74292ad8e58bb20f5ac4271062299a692 (diff) |
add python compatibility module
Issue-ID: DOC-823
Change-Id: I6e973bd735bb40035ece73557b113c4ff588ed7a
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
-rw-r--r-- | docs/requirements-docs.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 71df2ab0d3..097282b97c 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -5,3 +5,4 @@ sphinxcontrib-seqdiag # BSD sphinxcontrib-swaggerdoc sphinxcontrib-spelling sphinxcontrib-plantuml +six |