Skip to content

Commit d94e12f

Browse files
committed
Fix dependencies for workflow package
1 parent 86514c4 commit d94e12f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/catalystwan-workflows/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ name = "catalystwan_workflows"
33
version = "0.0.1"
44
description = "Workflows for Cisco Catalyst WAN SDK for Python"
55
requires-python = ">= 3.8"
6+
dependencies = [
7+
"catalystwan-core== 2.0.0a0",
8+
]

0 commit comments

Comments
 (0)