Skip to content

Cannot use Pipenv with the Pipfile in the relative path. #511

Open
@takanorig

Description

@takanorig

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions