diff options
author | thmsdt <thomas.kulik@telekom.de> | 2024-02-20 11:44:59 +0100 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2024-02-20 11:48:24 +0100 |
commit | 51656edf1624b66b37363e1fb996ad991da57764 (patch) | |
tree | 323eda4170f99b87ba4cdea807f1b1e9b9e5980c | |
parent | de4941bf77751c17f096c90e2c4c7bdc33b28d5e (diff) |
add python compatibility module
Issue-ID: DOC-823
Change-Id: Id1c09aa9c29823838a297389d391ef30bc2fead4
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 5616848a1..5d3ccefe5 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -8,3 +8,4 @@ sphinxcontrib-plantuml sphinx_toolbox autopep8 pylint +six |