MartinSahlen / cloud-functions-python

Get some python in google cloud functions
203 stars 29 forks source link

Changes to cli.py and index.js in build #50

Closed santhoshdc1590 closed 6 years ago

santhoshdc1590 commented 6 years ago

I'm new to git, I know we can push the changes we made on to the master branch but i don't know how to do that. So just tying file name and line number

added

'--hidden-import', 'scipy._lib.messagestream', to cli.py line number 95 to support scipy

removed

req.set('content-type', 'application/json') to index.js line 55 to make the http.py for html trigger to work properly

MartinSahlen commented 6 years ago

Thanks! Will take a look!