diff options
author | thmsdt <thomas.kulik@telekom.de> | 2024-02-20 14:05:40 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2024-02-20 14:06:03 +0100 |
commit | 8646842041056b45737d76b2441fec9965288b5f (patch) | |
tree | d700aab26d1f64b416bcab9811cbadf9bdb511f8 | |
parent | 084a40dc78e76177b688ac597eaf9c4d00daa158 (diff) |
add python compatibility module
Issue-ID: DOC-823
Change-Id: If54d0c99bdc1f67eb3c2fb6550ddbd7fe7b53f1a
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 71df2ab..097282b 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 |