Hi,
I use serverless-python-requirements with usePipenv option.
But the modules are not included in the following directory structure.
.
βββ functions
β βββ path
β β βββ handler.py
β βββ tests
β βββ serverless.yml
βββ Pipfile
serverless.yml
custom:
pythonRequirements:
usePipenv: true
Can I set the relative path for Pipfile?