Skip to content

Commit

Permalink
Force parsers group to be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Jun 25, 2024
1 parent f278153 commit e68b0fd
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
22 changes: 18 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,19 @@ pytest = "7.1.2"
pyflakes = "2.4.0"
pylama = "8.3.8"
twine = "1.15.0"
# docutils/poetry release issue on 0.21.1
docutils = [
{version = "0.20", python = "3.8.*"},
{version = "0.21.2", python = ">=3.9"}
]
pysnmp = "4.4.12"
pdoc3 = "0.10.0"
types-paramiko = "3.0.0.2"
types-PyYAML = "6.0.12.4"

[tool.poetry.group.parsers]
optional = true

[tool.poetry.group.parsers.dependencies]
pyats = ">=24.5"
genie = ">=24.5"
Expand Down

0 comments on commit e68b0fd

Please sign in to comment.