This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Description
I'm using the per function setup shown here in the README:
https://github.com/UnitedIncome/serverless-python-requirements#per-function-requirements
I've switched to using Layers to reduce my deployment time. So all of the individual requirements.txt files are now empty. But when I deploy the API, this plugin still runs the packaging process.
I'm guessing its reading the imports inside the py files in each sub-folder and packaging those imports. Is there a way to skip python packaging if the individual requirements.txt files are empty?