Bumped RNS dependency to version 0.5.9

This commit is contained in:
Mark Qvist 2023-09-16 18:41:32 +02:00
parent 35910d3df1
commit e393857af8

View file

@ -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.3" rns = "^0.5.9"
# 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"