diff --git a/pyproject.toml b/pyproject.toml index 08ea7a1..356d128 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,9 +10,6 @@ readme = "README.md" python = "^3.7" docopt = "^0.6.2" rns = ">=0.5.9" -# rns = { git = "https://github.com/acehoss/Reticulum.git", branch = "feature/channel" } -# rns = { path = "../Reticulum/", develop = true } -tomli = "^2.0.1" [tool.poetry.scripts] rnsh = 'rnsh.rnsh:rnsh_cli' @@ -22,6 +19,7 @@ pytest = "^7.2.1" setuptools = "^67.2.0" pytest-asyncio = "^0.20.3" safety = "^2.3.5" +tomli = "^2.0.1" [tool.pytest.ini_options] markers = [