We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540e6fb commit 6765443Copy full SHA for 6765443
docs/source/requirements_managed.rst
@@ -21,6 +21,7 @@ The requirements of the managed node are as follows:
21
22
* `requests`_
23
* `xmltodict`_
24
+ * `typing`_ (For python versions < 3.5)
25
26
If you delegate the tasks to run on your localhost, the Python module dependencies
27
need to be installed on your localhost instead.
@@ -40,6 +41,9 @@ The requirements of the managed node are as follows:
40
41
.. _xmltodict:
42
https://pypi.org/project/xmltodict/
43
44
+.. _typing:
45
+ https://pypi.org/project/typing/
46
+
47
.. _CICS sample playbook:
48
https://github.com/IBM/z_ansible_collections_samples/tree/master/cics/cmci/reporting
49
0 commit comments