> On Mar 29, 2015, at 12:00 PM, Greg Stein <[email protected]> wrote: > > On Sun, Mar 29, 2015 at 12:58 PM, <[email protected]> wrote: >> ... >> >> +++ steve/steve-web/requirements.txt Sun Mar 29 17:58:35 2015 >> @@ -1,4 +1,5 @@ >> click==3.3 >> +elasticsearch==1.4.0 >> > > Shouldn't this be optional? I don't want to install ElasticSearch.
Yes, it should be and will be. The elastic search plugin, along with its dependencies, will be in its own distribution. But for now I think it’s best to keep all this together as I refactor the code. Regards, Alan .
