Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cobycloud committed Dec 27, 2024
1 parent 182be5a commit a4aab8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ pydantic = "^2.0"
swarmauri_core = { path = "./core" }
swarmauri_base = { path = "./base" }
swarmauri = { path = "./swarmauri" }
#swarmauri_standard = { path = "./standards/swarmauri_standard", extras=["full"] }
#swarmauri_community = { path = "./community/swarmauri_community", extras=["full"] }
swarmauri_standard = { path = "./standards/swarmauri_standard", extras=["full"] }
swarmauri_community = { path = "./community/swarmauri_community", extras=["full"] }

[tool.poetry.dev-dependencies]
pytest = "^7.0"
Expand Down

0 comments on commit a4aab8c

Please sign in to comment.