Moved tomli dependency to dev dependencies, since it is never used in installed distributions

This commit is contained in:
Mark Qvist 2023-09-22 08:14:38 +02:00
parent e9894cc9fe
commit 1fa5a42fe6

View File

@ -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 = [