Added python-shell to node modules

This commit is contained in:
Kevin Midboe
2017-04-13 12:31:28 +02:00
parent d690fbe9d4
commit 8f943d50b2

View File

@@ -9,6 +9,7 @@
"mongoose": "~3.6.13",
"body-parser": "~1.0.1",
"cross-env": "^3.1.3",
"sqlite": "^2.5.0"
"sqlite": "^2.5.0",
"python-shell": "^0.4.0"
}
}