diff --git a/pkgs/pyproject.toml b/pkgs/pyproject.toml index 4f8acfe4..c152b12a 100644 --- a/pkgs/pyproject.toml +++ b/pkgs/pyproject.toml @@ -31,6 +31,8 @@ swm_example_community_package = { path = "./community/swm_example_community_pack pytest = "^7.0" black = "^22.3.0" toml = "^0.10.2" +monorepo_manager = { git = "https://github.com/swarmauri/swarmauri-sdk", branch = "mono/0.6.0.dev1", subdirectory="pkgs/tooling/monorepo_manager" } + [build-system] requires = ["poetry-core>=1.0.0"]