Is there a Pants built-in way to generate a virtualenv package distribution containing all code+dependencies of a project? TIA ✋
Context: that's the deployment requirement for Python on EMR serverless
millions-tailor-16868
09/18/2024, 7:36 AM
Alternatives that would also work are .zip or .egg but so far I experienced the Python .zip produced by Pants to only contain my own code and not the dependencies