Skip to content

Commit af1acbf

Browse files
remove typing package as its now redundant
1 parent 7a73104 commit af1acbf

File tree

2 files changed

+4
-17
lines changed

2 files changed

+4
-17
lines changed

docs/source/requirements_managed.rst

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. ...........................................................................
2-
.. © Copyright IBM Corporation 2020,2021 .
2+
.. © Copyright IBM Corporation 2020,2024 .
33
.. ...........................................................................
44
55
Requirements of managed nodes
@@ -21,24 +21,15 @@ The requirements of the managed node are as follows:
2121

2222
* `requests`_
2323
* `xmltodict`_
24-
* `typing`_ (For Python versions < 3.5)
2524

2625
If you delegate the tasks to run on your localhost, the Python module dependencies
2726
need to be installed on your localhost instead.
2827

29-
You can install them from CLI:
28+
You can install them from the CLI by using the following command:
3029

31-
* If your Python version is no less than 3.5:
30+
.. code-block:: sh
3231
33-
.. code-block:: sh
34-
35-
pip install requests xmltodict
36-
37-
* If your Python version < 3.5:
38-
39-
.. code-block:: sh
40-
41-
pip install requests xmltodict typing
32+
pip install requests xmltodict
4233
4334
4435
You can also install them using the playbook. For example, this `CICS
@@ -49,9 +40,6 @@ The requirements of the managed node are as follows:
4940

5041
.. _xmltodict:
5142
https://pypi.org/project/xmltodict/
52-
53-
.. _typing:
54-
https://pypi.org/project/typing/
5543

5644
.. _CICS sample playbook:
5745
https://github.com/IBM/z_ansible_collections_samples/tree/main/zos_subsystems/cics/cmci/reporting

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
33
requests==2.31.0
44
xmltodict==0.12.0
5-
typing

0 commit comments

Comments
 (0)