This commit is contained in:
Koushik Dutta
2024-03-08 19:59:01 -08:00
parent 4856193e35
commit 3e3e6504bf
3 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ async function installScryptedServerRequirements() {
await pipInstall('wheel');
await pipInstall('debugpy');
await pipInstall('psutil');
await pipInstall('psutil').catch(() => {});
await pipInstall('prompt_toolkit');
await pipInstall('ptpython');
}

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/server",
"version": "0.94.18",
"version": "0.94.19",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@scrypted/server",
"version": "0.94.18",
"version": "0.94.19",
"hasInstallScript": true,
"license": "ISC",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/server",
"version": "0.94.19",
"version": "0.94.20",
"description": "",
"dependencies": {
"@bjia56/portable-python": "^0.1.3",