Update pyproject.toml

This commit is contained in:
João Moura
2024-04-19 22:54:57 -03:00
committed by GitHub
parent 216cc832dc
commit 906a5bd8ec

View File

@@ -28,7 +28,7 @@ click = "^8.1.7"
python-dotenv = "1.0.0"
embedchain = "^0.1.98"
appdirs = "^1.4.4"
agentops = "^0.1.1"
agentops = { version = "^0.1.1", optional = true }
[tool.poetry.extras]
tools = ["crewai-tools"]