Skip to content

Commit

Permalink
NSO integration - Add NSO and responses to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
romanukes committed Mar 18, 2024
1 parent 87b2e4e commit 6ff064f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ include = [
"meraki" = "nautobot_chatops.integrations.meraki.worker:cisco_meraki"
"nautobot" = "nautobot_chatops.workers.nautobot:nautobot"
"panorama" = "nautobot_chatops.integrations.panorama.worker:panorama"
"nso" = "nautobot_chatops.integrations.nso.worker:nso"

[tool.poetry.dependencies]
Markdown = "!=3.3.5"
Expand Down Expand Up @@ -95,6 +96,7 @@ toml = "*"
towncrier = "~23.6.0"
to-json-schema = "*"
jsonschema = "*"
responses = "^0.24.0"

[tool.poetry.extras]
all = [
Expand Down

0 comments on commit 6ff064f

Please sign in to comment.