forked from orbit-oss/flask
Update install.rst with required description
This commit is contained in:
parent
09789f2a34
commit
11da927fd9
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue