The definition in package.json of pip-requirements could be improved and simplified in filenamePatterns.
At the moment, it does not recognize out of the box the following files, which are quite common in Django projects (before the Poetry era though):
requirements/
├── base.txt
├── prod.txt
└── dev.txt
The definition in
package.jsonofpip-requirementscould be improved and simplified infilenamePatterns.At the moment, it does not recognize out of the box the following files, which are quite common in Django projects (before the Poetry era though):