diff options
author | thmsdt <thomas.kulik@telekom.de> | 2024-02-20 14:07:32 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2024-02-20 14:07:50 +0100 |
commit | a3af380c3e82676d3fca1deecd4307c60c540cbb (patch) | |
tree | 6053dcd8c84dc89cf777c0c79cb6d684d2bbc3f6 | |
parent | 3d368255a787995fc14e8c89529d367e665e54f3 (diff) |
add python compatibility module
Issue-ID: DOC-823
Change-Id: I6922c09dfd57092e24e4727e674eb61b97d4e5f4
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 71df2ab0d..097282b97 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 |