diff options
author | thmsdt <thomas.kulik@telekom.de> | 2024-02-20 14:10:14 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2024-02-20 14:10:30 +0100 |
commit | baa86796c26f0e8fad32e233d55f5c84bf14d828 (patch) | |
tree | 9c6dec84b08d91fbb63903301f0287a53897c54d | |
parent | 83313724b1f6a0e6e42122d8dda6b12c21dff618 (diff) |
add python compatibility module
Issue-ID: DOC-823
Change-Id: Ia5eee34e08cb0d3152e598fc79d2f3b01e8bb013
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 |