[Flask] Aggregate your news and vote for the content you care about.
Typo again, no.
README.org
@@ -7,7 +7,7 @@
7
7
8
8
** =Pipfile=
9
9
Inspecting this file reveals the Python dependencies required by the Flask application.
10
Removed:
The convenient =pipenv= Python package bundles together the creation of virtual environments and populating these virtual environments using the same commands as =pip=. For more information on =pipenv=, visit [[https:github.com/pypa/pipenvsimply][the official pipenv page]].
10
Added:
The convenient =pipenv= Python package bundles together the creation of virtual environments and populating these virtual environments using the same commands as =pip=. For more information on =pipenv=, visit [[https://github.com/pypa/pipenv][the official pipenv page]].
11
11
12
12
** =Pipfile.lock=
13
13
This file contains checksums for the packages installed via =pipenv=.