azure-functions-python-worker icon indicating copy to clipboard operation
azure-functions-python-worker copied to clipboard

Feature: pipenv as dependency manager

Open casparjespersen opened this issue 5 years ago • 0 comments

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

casparjespersen avatar May 14 '19 14:05 casparjespersen