rackerlabs / lambda-uploader

Helps package and upload Python lambda functions to AWS
Apache License 2.0
270 stars 56 forks source link

can't use lxml? #161

Open shinriyo opened 6 years ago

shinriyo commented 6 years ago

I added lxml in requirements.txt but, it can't.

lxml needs libxml2-dev libxslt-dev. so, I guess it can't use module which need non-python module

jarosser06 commented 5 years ago

You can but you will need to add the libraries as extra files to your package as well.