Skip to content

Commit

Permalink
postbeta
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Mar 9, 2024
1 parent 8e75979 commit 97de3c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions server/bin/dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ async function installScryptedServerRequirements() {
await pipInstall('wheel');
await pipInstall('debugpy');
await pipInstall('psutil');
await pipInstall('prompt_toolkit');
await pipInstall('ptpython');
}

Expand Down
4 changes: 2 additions & 2 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrypted/server",
"version": "0.94.16",
"version": "0.94.17",
"description": "",
"dependencies": {
"@bjia56/portable-python-3.9": "^0.1.10",
Expand Down

0 comments on commit 97de3c7

Please sign in to comment.