Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Support for Poetry dev separation #710

Open
eliorc opened this issue Oct 23, 2021 · 0 comments
Open

Feature request: Support for Poetry dev separation #710

eliorc opened this issue Oct 23, 2021 · 0 comments

Comments

@eliorc
Copy link

eliorc commented Oct 23, 2021

Using the Poetry package manager, it is possible to separate standard packages, from packages you only need for development.

For instance, I might develop some code and would install python-lambda because I need it for development and packaging, but I don't actually need it in the actual lambda code environment. For this purpose, Poetry has the ability to install package under the --dev flag so you can separate operational packages from development packages.

It would be great if python-lambda would support the ability to install only operational packages (so we can keep the zip as small as possible)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant