@@ -10,7 +10,7 @@ Dependencies
1010.. |img-TerminalUI-req-status | image :: https://img.shields.io/requires/github/pyTooling/pyTooling.TerminalUI
1111 :alt: Requires.io
1212 :height: 22
13- :target: https://requires.io/github/pyTooling/pyTooling.TerminalUI/requirements/?branch=master
13+ :target: https://requires.io/github/pyTooling/pyTooling.TerminalUI/requirements/?branch=main
1414
1515+------------------------------------------+------------------------------------------+
1616| `Libraries.io <https://libraries.io/ >`_ | `Requires.io <https://requires.io/ >`_ |
@@ -25,8 +25,8 @@ pyTooling.TerminalUI Package (Mandatory)
2525
2626.. rubric :: Manually Installing Package Requirements
2727
28- Use the :file: `requirements.txt ` file to install all dependencies via ``pip3 ``
29- or install the package directly from PyPI (see :ref: `installation `).
28+ Use the :file: `requirements.txt ` file to install all dependencies via ``pip3 `` or install the package directly from
29+ PyPI (see :ref: `installation `).
3030
3131.. code-block :: shell
3232
@@ -40,25 +40,24 @@ or install the package directly from PyPI (see :ref:`installation`).
4040+==========================================================+=============+===========================================================================================+=================================================================================================================================+
4141| `colorama <https://GitHub.com/tartley/colorama >`__ | ≥0.4.4 | `BSD-3-Clause <https://GitHub.com/tartley/colorama/blob/master/LICENSE.txt >`__ | None |
4242+----------------------------------------------------------+-------------+-------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+
43- | `pyTooling <https://GitHub.com/pyTooling/pyTooling >`__ | ≥1.4.4 | `Apache License, 2.0 <https://GitHub.com/pyTooling/pyTooling/blob/master /LICENSE.txt >`__ | *None * |
43+ | `pyTooling <https://GitHub.com/pyTooling/pyTooling >`__ | ≥1.4.6 | `Apache License, 2.0 <https://GitHub.com/pyTooling/pyTooling/blob/main /LICENSE.txt >`__ | *None * |
4444+----------------------------------------------------------+-------------+-------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+
4545
4646
4747
4848.. _dependency-testing :
4949
50- Unit Testing / Coverage (Optional)
51- **********************************
50+ Unit Testing / Coverage / Type Checking (Optional)
51+ **************************************************
5252
53- Additional Python packages needed for testing and code coverage collection.
54- These packages are only needed for developers or on a CI server, thus
55- sub-dependencies are not evaluated further.
53+ Additional Python packages needed for testing, code coverage collection and static type checking. These packages are
54+ only needed for developers or on a CI server, thus sub-dependencies are not evaluated further.
5655
5756
5857.. rubric :: Manually Installing Test Requirements
5958
60- Use the :file: `tests/requirements.txt ` file to install all dependencies via
61- `` pip3 ``. The file will recursively install the mandatory dependencies too.
59+ Use the :file: `tests/requirements.txt ` file to install all dependencies via `` pip3 ``. The file will recursively install
60+ the mandatory dependencies too.
6261
6362.. code-block :: shell
6463
@@ -87,15 +86,14 @@ Use the :file:`tests/requirements.txt` file to install all dependencies via
8786Sphinx Documentation (Optional)
8887*******************************
8988
90- Additional Python packages needed for documentation generation. These packages
91- are only needed for developers or on a CI server, thus sub-dependencies are not
92- evaluated further.
89+ Additional Python packages needed for documentation generation. These packages are only needed for developers or on a
90+ CI server, thus sub-dependencies are not evaluated further.
9391
9492
9593.. rubric :: Manually Installing Documentation Requirements
9694
97- Use the :file: `doc/requirements.txt ` file to install all dependencies via
98- `` pip3 ``. The file will recursively install the mandatory dependencies too.
95+ Use the :file: `doc/requirements.txt ` file to install all dependencies via `` pip3 ``. The file will recursively install
96+ the mandatory dependencies too.
9997
10098.. code-block :: shell
10199
0 commit comments