@@ -40,7 +40,7 @@ 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.6 | `Apache License, 2.0 <https://GitHub.com/pyTooling/pyTooling/blob/main/LICENSE.txt >`__ | *None * |
43+ | `pyTooling <https://GitHub.com/pyTooling/pyTooling >`__ | ≥1.5.1 | `Apache License, 2.0 <https://GitHub.com/pyTooling/pyTooling/blob/main/LICENSE.txt >`__ | *None * |
4444+----------------------------------------------------------+-------------+-------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------+
4545
4646
@@ -126,23 +126,23 @@ on a CI server, thus sub-dependencies are not evaluated further.
126126
127127.. rubric :: Manually Installing Documentation Requirements
128128
129- Use the :file: `build/requirements.package. txt ` file to install all dependencies via ``pip3 ``. The file will recursively
129+ Use the :file: `build/requirements.txt ` file to install all dependencies via ``pip3 ``. The file will recursively
130130install the mandatory dependencies too.
131131
132132.. code-block :: shell
133133
134- pip3 install -U -r build/requirements.package. txt
134+ pip3 install -U -r build/requirements.txt
135135
136136
137137 .. rubric :: Dependency List
138138
139- +----------------------------------------------------------+--------------+-------------------------------------------------------------------------------------------+ ----------------------+
140- | **Package ** | **Version ** | **License ** | **Dependencies ** |
141- +==========================================================+==============+===========================================================================================+ ======================+
142- | `pyTooling <https://GitHub.com/pyTooling/pyTooling >`__ | ≥1.4.6 | `Apache License, 2.0 <https://GitHub.com/pyTooling/pyTooling/blob/main/LICENSE.txt >`__ | * None * |
143- +----------------------------------------------------------+--------------+-------------------------------------------------------------------------------------------+ ----------------------+
144- | `wheel <https://GitHub.com/pypa/wheel >`__ | any | `MIT <https://github.com/pypa/wheel/blob/main/LICENSE.txt >`__ | *Not yet evaluated. * |
145- +----------------------------------------------------------+--------------+-------------------------------------------------------------------------------------------+ ----------------------+
139+ +---------------------------------------------------------------------------- +--------------+----------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------- ----------------------+
140+ | **Package ** | **Version ** | **License ** | **Dependencies ** |
141+ +============================================================================ +==============+==========================================================================================================+================================================================================================================================ ======================+
142+ | `pyTooling.Packaging <https://GitHub.com/pyTooling/pyTooling.Packaging >`__ | ≥0.3.0 | `Apache License, 2.0 <https://GitHub.com/pyTooling/pyTooling.Packaging /blob/main/LICENSE.md >`__ | * ` pyTooling < https://GitHub.com/pyTooling/pyTooling >`__ (` Apache License, 2.0 < https://GitHub.com/pyTooling/pyTooling/blob/main/LICENSE.txt >`__) |
143+ +---------------------------------------------------------------------------- +--------------+----------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------- ----------------------+
144+ | `wheel <https://GitHub.com/pypa/wheel >`__ | any | `MIT <https://github.com/pypa/wheel/blob/main/LICENSE.txt >`__ | *Not yet evaluated. * |
145+ +---------------------------------------------------------------------------- +--------------+----------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------- ----------------------+
146146
147147
148148.. _dependency-publishing :
@@ -157,12 +157,12 @@ further.
157157
158158.. rubric :: Manually Installing Documentation Requirements
159159
160- Use the :file: `build /requirements.publish .txt ` file to install all dependencies via ``pip3 ``. The file will recursively
160+ Use the :file: `dist /requirements.txt ` file to install all dependencies via ``pip3 ``. The file will recursively
161161install the mandatory dependencies too.
162162
163163.. code-block :: shell
164164
165- pip3 install -U -r build /requirements.publish .txt
165+ pip3 install -U -r dist /requirements.txt
166166
167167
168168 .. rubric :: Dependency List
0 commit comments