diff options
author | 2024-02-20 14:20:16 +0100 | |
---|---|---|
committer | 2024-02-20 14:20:29 +0100 | |
commit | 937e29371725448ddbe41a245c88bbfa5ad07729 (patch) | |
tree | 9d4eb79fb6a3d67f2d80244cb6e7bc1692dd12e0 | |
parent | 61c838971a4a962fc74d2187be13f2b7561fd627 (diff) |
add python compatibility module
Issue-ID: DOC-823
Change-Id: Ia88e30539fa244fc7f4bee0486fa98328ee5fb1e
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 79f484e..38643a1 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -6,3 +6,4 @@ sphinxcontrib-swaggerdoc sphinxcontrib-spelling sphinxcontrib-plantuml sphinxcontrib-redoc +six |