Revert "Revert "Revert "true dependency"""

This reverts commit e9335e89
This commit is contained in:
Braelyn Boynton
2024-04-29 23:30:02 -07:00
3 changed files with 13 additions and 6 deletions

View File

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