Skip to content

Commit

Permalink
docs: drop runtime-{debs,slices} from flask-framework ref (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkandersson authored Jun 25, 2024
1 parent dac3dd2 commit df70cc4
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions docs/reference/extensions/flask-framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,35 +27,6 @@ There are 2 requirements to be able to use the ``flask-framework`` extension:
there must be an ``app.py`` file at the root of the project with the name
of the Flask object is set to ``app``

``parts`` > ``flask-framework/runtime-slices`` > ``stage-packages``
===================================================================

You can use this field to specify any :ref:`chisel_explanation` package slices
required for your Flask
application. For example, below we use it to specify ``libxml2_libs``:

.. code-block:: yaml
parts:
flask-framework/runtime-slices:
stage-packages:
# list required Chisel package slices for your flask application below.
- libxml2_libs
``parts`` > ``flask-framework/runtime-debs`` > ``stage-packages``
=================================================================

You can use this field to specify any Debian packages required for your Flask
application. For example, below we use it to specify ``libpq-dev``:

.. code-block:: yaml
parts:
flask-framework/runtime-debs:
stage-packages:
# list required Debian packages for your flask application below.
- libpq-dev
``parts`` > ``flask-framework/install-app`` > ``prime``
=======================================================

Expand Down

0 comments on commit df70cc4

Please sign in to comment.