Revert "Revert "true dependency""

This reverts commit 4d1b460b
This commit is contained in:
Braelyn Boynton
2024-04-19 19:09:20 -07:00
parent fd7de7f2eb
commit e9335e89a6
3 changed files with 6 additions and 13 deletions

View File

@@ -28,11 +28,10 @@ click = "^8.1.7"
python-dotenv = "1.0.0"
embedchain = "^0.1.98"
appdirs = "^1.4.4"
agentops = { version = "^0.1.5", optional = true }
agentops = "^0.1.5"
[tool.poetry.extras]
tools = ["crewai-tools"]
agentops = ["agentops"]
[tool.poetry.group.dev.dependencies]
isort = "^5.13.2"