Pipfile ❲TRUSTED ◉❳
Your core application dependencies (e.g., Django , requests ). [dev-packages] Tools needed only for development (e.g., black , tox ). [requires] Specifies the required Python version for the project. Getting Started
Let's say you're building a web application using Flask and you want to manage your dependencies using Pipfile. Here's an example of how you might use Pipfile: Pipfile
This section specifies where Pipenv should look for packages. By default, it points to the Python Package Index (PyPI) . Your core application dependencies (e
: Run pipenv sync .