To use other Python packages in your Azure Functions app, list them in a requirements.txt file at the root of your project. These packages are imported by Python's import system, and you can then ...