diff --git a/pyproject.toml b/pyproject.toml index 34b7c05..19b91f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rnsh" -version = "0.0.13" +version = "0.0.14" description = "Shell over Reticulum" authors = ["acehoss "] license = "MIT" @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.9" docopt = "^0.6.2" -rns = "0.5.0" #{ git = "https://github.com/acehoss/Reticulum.git", branch = "feature/channel" } #{ path = "../Reticulum/", develop = true } # +rns = "^0.5.0" #{ git = "https://github.com/acehoss/Reticulum.git", branch = "feature/channel" } #{ path = "../Reticulum/", develop = true } # tomli = "^2.0.1" [tool.poetry.scripts]