Preparing your Virtual Environment: Pipfile

Learn what goes on in Pipfile while preparing the virtual environment.

Pipfile

We have Flask version 1.0.2 installed, which depends on the modules for Click, itsdangerous, Jinja2, and Werkzeug. Also, Jinja2 requires MarkupSafe. Typically, pipenv manages this information, so we don’t need to think about it. The only important part is what goes in the Pipfile:

Get hands-on with 1200+ tech skills courses.