Skip to content

Commit 6765443

Browse files
Add missing dependency on typing on python pre 3.5
Signed-off-by: Stew Francis <[email protected]>
1 parent 540e6fb commit 6765443

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/source/requirements_managed.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The requirements of the managed node are as follows:
2121

2222
* `requests`_
2323
* `xmltodict`_
24+
* `typing`_ (For python versions < 3.5)
2425

2526
If you delegate the tasks to run on your localhost, the Python module dependencies
2627
need to be installed on your localhost instead.
@@ -40,6 +41,9 @@ The requirements of the managed node are as follows:
4041
.. _xmltodict:
4142
https://pypi.org/project/xmltodict/
4243

44+
.. _typing:
45+
https://pypi.org/project/typing/
46+
4347
.. _CICS sample playbook:
4448
https://github.com/IBM/z_ansible_collections_samples/tree/master/cics/cmci/reporting
4549

0 commit comments

Comments
 (0)