diff --git a/pyproject.toml b/pyproject.toml index 163d94ed..667b0da5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -95,6 +96,7 @@ toml = "*" towncrier = "~23.6.0" to-json-schema = "*" jsonschema = "*" +responses = "^0.24.0" [tool.poetry.extras] all = [