Allow RNS versions larger than 0.5.9

This commit is contained in:
Mark Qvist 2023-09-21 19:52:20 +02:00
parent a3f147e2bd
commit 0b456a0fee

View File

@ -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"