mirror of
https://github.com/markqvist/rnsh.git
synced 2024-10-01 01:15:37 -04:00
Allow RNS versions larger than 0.5.9
This commit is contained in:
parent
a3f147e2bd
commit
0b456a0fee
@ -9,7 +9,7 @@ readme = "README.md"
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
docopt = "^0.6.2"
|
||||
rns = "^0.5.9"
|
||||
rns = ">=0.5.9"
|
||||
# rns = { git = "https://github.com/acehoss/Reticulum.git", branch = "feature/channel" }
|
||||
# rns = { path = "../Reticulum/", develop = true }
|
||||
tomli = "^2.0.1"
|
||||
|
Loading…
Reference in New Issue
Block a user