This commit is contained in:
Koushik Dutta
2024-03-08 19:50:46 -08:00
parent 28166a1abc
commit 4856193e35
3 changed files with 5 additions and 4 deletions

View File

@@ -22,7 +22,6 @@ async function installScryptedServerRequirements() {
await pipInstall('psutil');
await pipInstall('prompt_toolkit');
await pipInstall('ptpython');
console.log('DONEZO', python)
}
installScryptedServerRequirements();

View File

@@ -1,12 +1,13 @@
{
"name": "@scrypted/server",
"version": "0.94.17",
"version": "0.94.18",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@scrypted/server",
"version": "0.94.17",
"version": "0.94.18",
"hasInstallScript": true,
"license": "ISC",
"dependencies": {
"@bjia56/portable-python": "^0.1.3",

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/server",
"version": "0.94.18",
"version": "0.94.19",
"description": "",
"dependencies": {
"@bjia56/portable-python": "^0.1.3",
@@ -56,6 +56,7 @@
"main": "dist/scrypted-main-exports.js",
"types": "dist/scrypted-main-exports.d.ts",
"scripts": {
"postinstall": "node bin/postinstall",
"preserve": "npm run build",
"serve": "node --expose-gc dist/scrypted-main.js",
"serve-no-build": "node --expose-gc dist/scrypted-main.js",