diff options
author | thmsdt <thomas.kulik@telekom.de> | 2024-02-20 14:27:39 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2024-02-20 14:27:56 +0100 |
commit | 2024160d3cc313faa0c9f881724b25c2d98293fd (patch) | |
tree | cd48a2ed5bf5161230a15b7a7fdb48b2f5a6ab00 | |
parent | d135d9c4fc7422aae79f00ca88a3f6b2b7e362e1 (diff) |
add python compatibility module
Issue-ID: DOC-823
Change-Id: Idec6e79e8e11ee53bf3a820d93646b6d7e461a40
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 71df2ab0..097282b9 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 |