Fixed a bug where the path for the Python executable was incorrect when installing the package directly from Node-RED. Also removed dependencies app-root-path and python-shell, and converted dedent-js to a dev-dependency (for unit tests).
Also fixed #58.
I will release version 0.1.1 once this has been merged, as the bug for the Python path should be fixed asap.
Purpose
Fixed a bug where the path for the Python executable was incorrect when installing the package directly from Node-RED. Also removed dependencies
app-root-path
andpython-shell
, and converteddedent-js
to a dev-dependency (for unit tests).Also fixed #58.
I will release version 0.1.1 once this has been merged, as the bug for the Python path should be fixed asap.
Changes
app-root-path
package (3e629bf03bea375bcadfb5e32a7b7a924e126d2b).python-shell
package (f9b44b2e39b7ee570a7531541a93a0619e1cf059).dedent-js
package to dev-dependency (a0415287af75c35e8c0079cb3c2bb42ea3f69af3).New Requirements
dedent-js
for development code (e.g. unit tests), not for production code.