mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 16:48:30 +00:00
feat: add crewai-tools library to workspace
This commit is contained in:
@@ -8,7 +8,10 @@ authors = [
|
||||
]
|
||||
requires-python = ">=3.10,<3.14"
|
||||
|
||||
dependencies = ["crewai"]
|
||||
dependencies = [
|
||||
"crewai",
|
||||
"crewai-tools",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://crewai.com"
|
||||
@@ -87,10 +90,12 @@ markers = [
|
||||
|
||||
[tool.uv.sources]
|
||||
crewai = { workspace = true }
|
||||
crewai-tools = { workspace = true }
|
||||
|
||||
[tool.uv.workspace]
|
||||
members = [
|
||||
"lib/crewai",
|
||||
"lib/tools",
|
||||
]
|
||||
|
||||
[tool.hatch.version]
|
||||
|
||||
Reference in New Issue
Block a user