azure-functions-python-worker
azure-functions-python-worker copied to clipboard
Feature: pipenv as dependency manager
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
Related information
- https://github.com/pypa/pipenv