Skip to content

Commit

Permalink
fix: revert changes in flask docs
Browse files Browse the repository at this point in the history
  • Loading branch information
erinecon committed Feb 5, 2025
1 parent 01e75e6 commit 2cefc6c
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions docs/reference/extensions/flask-framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,6 @@ rock:
docker run --name flask-container -d -p 8000:8000 flask-image:1.0 \
--args flask sync
``parts`` > ``flask-framework/dependencies`` > ``stage-packages``
=================================================================

You can use this key to specify any dependencies required for your Flask
application. In the following example we use it to specify ``libpq-dev``:

.. code-block:: yaml
parts:
flask-framework/dependencies:
stage-packages:
# list required packages or slices for your flask app below.
- libpq-dev
``parts`` > ``flask-framework/install-app`` > ``prime``
=======================================================

Expand All @@ -105,4 +91,4 @@ Some files, if they exist, are included by default. These include:
Useful links
============

- :ref:`build-a-rock-for-a-flask-application`
- :ref:`build-a-rock-for-a-flask-application`

0 comments on commit 2cefc6c

Please sign in to comment.