diff options
author | thmsdt <thomas.kulik@telekom.de> | 2024-02-20 12:26:41 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2024-02-20 12:27:10 +0100 |
commit | c13e4709c7c8d0ec4f2731f8af2c13fb7e4b982c (patch) | |
tree | 8b3048dd5ffc06b13247a499b0f1de264e7ce0c4 | |
parent | 66bf727345053e969208c48d6cc04471a5503cb5 (diff) |
add python compatibility module
Issue-ID: DOC-823
Change-Id: Ie7477333fedd6a7872fb9b91ed802e51414074be
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 |