Skip to content

Commit

Permalink
pyproject.toml: Set dependencies for the call tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjlongland committed May 7, 2024
1 parent bbaab1e commit 38b4982
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ dependencies = [
"signalslot"
]

[project.optional-dependencies]
call = [
"prompt_toolkit"
]

[project.readme]
file = "README.md"
content-type = "text/markdown"
Expand All @@ -41,9 +46,3 @@ log_cli = true

[tool.setuptools.dynamic]
version = {attr = "aioax25.__version__"}

[tool.coverage.run]
omit = [
# Debugging tool for dumping KISS traffic from socat hex dumps.
"aioax25/tools/dumphex.py"
]

0 comments on commit 38b4982

Please sign in to comment.