Update install.rst with required description

This commit is contained in:
Pamela Fox 2023-07-01 07:09:51 -07:00 committed by David Lord
parent 09789f2a34
commit 11da927fd9
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -35,6 +35,7 @@ The ``pyproject.toml`` file describes your project and how to build it.
[project] [project]
name = "flaskr" name = "flaskr"
version = "1.0.0" version = "1.0.0"
description = "The basic blog app built in the Flask tutorial."
dependencies = [ dependencies = [
"flask", "flask",
] ]