lambci / docker-lambda

Docker images and test runners that replicate the live AWS Lambda environment
MIT License
5.83k stars 431 forks source link

Add poetry to python build images #240

Closed jleclanche closed 4 years ago

jleclanche commented 4 years ago

Same as #92 -- but this time for Poetry, which is increasingly used as a better alternative to Pipenv.

The python packaging ecosystem being what it is, I think having both would be of great benefit.

mhart commented 4 years ago

Great idea! Just pushed up new python build images with poetry installed – let me know how it goes