Pipfile -

You can specify the required Python version for the project (e.g., python_version = "3.11" Environment Consistency: It works in tandem with Pipfile.lock

pipenv --env dev install requests

[[source]] url = "https://pypi.org/simple" verify_ssl = true name = "pypi" Pipfile