mirror of
https://github.com/markqvist/rnsh.git
synced 2025-06-25 06:20:36 -04:00
parent
26368c9d7c
commit
2e9419f889
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "rnsh"
|
name = "rnsh"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "Shell over Reticulum"
|
description = "Shell over Reticulum"
|
||||||
authors = ["acehoss <acehoss@acehoss.net>"]
|
authors = ["acehoss <acehoss@acehoss.net>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -9,7 +9,7 @@ readme = "README.md"
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.7"
|
python = "^3.7"
|
||||||
docopt = "^0.6.2"
|
docopt = "^0.6.2"
|
||||||
rns = "^0.5.2"
|
rns = "^0.5.3"
|
||||||
# rns = { git = "https://github.com/acehoss/Reticulum.git", branch = "feature/channel" }
|
# rns = { git = "https://github.com/acehoss/Reticulum.git", branch = "feature/channel" }
|
||||||
# rns = { path = "../Reticulum/", develop = true }
|
# rns = { path = "../Reticulum/", develop = true }
|
||||||
tomli = "^2.0.1"
|
tomli = "^2.0.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue