Added rnsh to bootstrap console and updated RNS package to 0.5.0

This commit is contained in:
Mark Qvist 2023-03-08 15:09:14 +01:00
parent a9f7a64887
commit 7a4a73dcef
5 changed files with 25 additions and 3 deletions

View file

@ -4,9 +4,10 @@ import sys
import shutil
packages = {
"rns": "rns-0.4.9-py3-none-any.whl",
"rns": "rns-0.5.0-py3-none-any.whl",
"nomadnet": "nomadnet-0.3.5-py3-none-any.whl",
"lxmf": "lxmf-0.3.1-py3-none-any.whl",
"rnsh": "rnsh-0.0.12-py3-none-any.whl",
}
DEFAULT_TITLE = "RNode Bootstrap Console"