make agentops optional

This commit is contained in:
Braelyn Boynton
2024-04-03 15:36:47 -07:00
parent 45e307b98a
commit 67bc1de4d6

View File

@@ -29,10 +29,10 @@ click = "^8.1.7"
python-dotenv = "1.0.0"
embedchain = "^0.1.98"
appdirs = "^1.4.4"
agentops = "^0.1.0"
[tool.poetry.extras]
tools = ["crewai-tools"]
agentops = ["agentops (^0.1.0)"]
[tool.poetry.group.dev.dependencies]
isort = "^5.13.2"