mirror of
https://github.com/markqvist/rnsh.git
synced 2025-04-09 17:39:11 -04:00
Moved tomli dependency to dev dependencies, since it is never used in installed distributions
This commit is contained in:
parent
e9894cc9fe
commit
1fa5a42fe6
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user