Skip to content

Commit

Permalink
fix: the flask-framework init template (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 authored Apr 1, 2024
1 parent 5c2263f commit 16f980d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rockcraft/commands/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ class InitCommand(AppCommand):
# Uncomment the sections you need and adjust according to your requirements.
# parts:
# flask/dependencies:
# flask-framework/dependencies:
# stage-packages:
# # list required packages or slices for your flask application below.
# - libpq-dev
#
# flask/install-app:
# flask-framework/install-app:
# prime:
# # By default, only the files in app/, templates/, static/, and app.py
# # are copied into the image. You can modify the list below to override
Expand Down

0 comments on commit 16f980d

Please sign in to comment.