mirror of
https://github.com/markqvist/rnsh.git
synced 2025-02-24 17:10:04 -05:00
parent
e54ef5a675
commit
1b1f3eda01
@ -1,15 +1,17 @@
|
||||
[tool.poetry]
|
||||
name = "rnsh"
|
||||
version = "0.0.14"
|
||||
version = "0.1.0"
|
||||
description = "Shell over Reticulum"
|
||||
authors = ["acehoss <acehoss@acehoss.net>"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
python = "^3.7"
|
||||
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.2"
|
||||
# rns = { git = "https://github.com/acehoss/Reticulum.git", branch = "feature/channel" }
|
||||
# rns = { path = "../Reticulum/", develop = true }
|
||||
tomli = "^2.0.1"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
|
Loading…
x
Reference in New Issue
Block a user