We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to specify which folder the injected requirements end up in? For example:
├── function1 │ ├── requirements.txt │ ├── libraries <-- requirements would be injected here │ └── index.py
Thanks, James
The text was updated successfully, but these errors were encountered:
For Serverless scaleway it's need to overide destination of requirement to other other folder package. Currently
package
serverless-python-requirements/lib/pip.js
Line 163 in 4c57634
and
Line 186 in 4c57634
force destination and unauthorize usage of
pipCmdExtraArgs: - --target
Simply add options pipTarget with default '' and update two lines with concat.
pipTarget
Ping : @scaleway
Sorry, something went wrong.
No branches or pull requests
Is it possible to specify which folder the injected requirements end up in? For example:
Thanks,
James
The text was updated successfully, but these errors were encountered: