mirror of
https://github.com/markqvist/rnsh.git
synced 2025-08-06 05:34:39 -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
1 changed files with 1 additions and 3 deletions
|
@ -10,9 +10,6 @@ readme = "README.md"
|
||||||
python = "^3.7"
|
python = "^3.7"
|
||||||
docopt = "^0.6.2"
|
docopt = "^0.6.2"
|
||||||
rns = ">=0.5.9"
|
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]
|
[tool.poetry.scripts]
|
||||||
rnsh = 'rnsh.rnsh:rnsh_cli'
|
rnsh = 'rnsh.rnsh:rnsh_cli'
|
||||||
|
@ -22,6 +19,7 @@ pytest = "^7.2.1"
|
||||||
setuptools = "^67.2.0"
|
setuptools = "^67.2.0"
|
||||||
pytest-asyncio = "^0.20.3"
|
pytest-asyncio = "^0.20.3"
|
||||||
safety = "^2.3.5"
|
safety = "^2.3.5"
|
||||||
|
tomli = "^2.0.1"
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
markers = [
|
markers = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue