You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pipenv is a modern package dependency management system, allowing for better handling of requirements and virtual environments. This is a request to use Pipfile as requirement handler for Python Azure Functions.
Expected behavior
Having a Pipfile in top-level directory should dictate required packages
Packages under ‘—dev’ should be ignored
Known workarounds
Using ‘freeze’ to generate ‘requirements.txt’ dynamically in build environment
pipenv is a modern package dependency management system, allowing for better handling of requirements and virtual environments. This is a request to use Pipfile as requirement handler for Python Azure Functions.
Expected behavior
Known workarounds
Related information
The text was updated successfully, but these errors were encountered: