From bf8fff3282f5b4c7bef62b9f94b538dc42c23cd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Igor?= Date: Sat, 14 Dec 2024 15:24:02 -0300 Subject: [PATCH] chore: removing crewai-tools from dev-dependencies As mentioned in issue #1759, listing crewai-tools as dev-dependencies makes pip install it a required dependency, and not an optional --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5dd4e64b6..2f82c5e43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,6 @@ dev-dependencies = [ "mkdocs-material-extensions>=1.3.1", "pillow>=10.2.0", "cairosvg>=2.7.1", - "crewai-tools>=0.17.0", "pytest>=8.0.0", "pytest-vcr>=1.0.2", "python-dotenv>=1.0.0",