On 2016-09-19 18:20, אלעזר wrote: > Obviously > > from __pip__ import "run-lambda>=0.1.0" > > Which is ugly but not my fault :) > [snip] One possible problem I can see is that if it's quoted you might think that it's an expression and that you could also write: package = "run-lambda>=0.1.0" from __pip__ import package