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
This commit is contained in:
João Igor
2024-12-14 15:24:02 -03:00
committed by GitHub
parent 6d7c1b0743
commit bf8fff3282

View File

@@ -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",