Skip to content

Commit

Permalink
Updating RNS dependency
Browse files Browse the repository at this point in the history
Candidate #20
  • Loading branch information
acehoss committed May 20, 2023
1 parent 26368c9 commit 2e9419f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rnsh"
version = "0.1.0"
version = "0.1.1"
description = "Shell over Reticulum"
authors = ["acehoss <[email protected]>"]
license = "MIT"
Expand All @@ -9,7 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.7"
docopt = "^0.6.2"
rns = "^0.5.2"
rns = "^0.5.3"
# rns = { git = "https://github.com/acehoss/Reticulum.git", branch = "feature/channel" }
# rns = { path = "../Reticulum/", develop = true }
tomli = "^2.0.1"
Expand Down

0 comments on commit 2e9419f

Please sign in to comment.