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
Activity
davaxi commentedon Nov 4, 2021
For Serverless scaleway it's need to overide destination of requirement to other other folder
package
. Currentlyserverless-python-requirements/lib/pip.js
Line 163 in 4c57634
and
serverless-python-requirements/lib/pip.js
Line 186 in 4c57634
force destination and unauthorize usage of
Simply add options
pipTarget
with default '' and update two lines with concat.Ping : @scaleway