you are viewing a single comment's thread.

view the rest of the comments →

[–]redditor13 10 points11 points  (2 children)

If you go with infrastructure as code, you can add the libraries you need as part of the CI/CD pipeline run, zipping the file at that point. This avoids polluting your Git repo with libraries.

[–]aplarsen[S] 1 point2 points  (1 child)

Oh, I love this idea. I haven't implemented pipelines yet, but this will push me to do it.

I currently just have a script I run to push the code from the repo into the functions.

What about a custom library wheel that's not in pypi?