moved stagehand as optional dep (#3712)

This commit is contained in:
Lorenze Jay
2025-10-15 15:50:59 -07:00
committed by GitHub
parent 2d5ad7a187
commit d9b68ddd85
2 changed files with 0 additions and 3 deletions

View File

@@ -15,7 +15,6 @@ dependencies = [
"crewai==1.0.0b1",
"lancedb>=0.5.4",
"tiktoken>=0.8.0",
"stagehand>=0.4.1",
"beautifulsoup4>=4.13.4",
"pypdf>=5.9.0",
"python-docx>=1.2.0",

2
uv.lock generated
View File

@@ -1124,7 +1124,6 @@ dependencies = [
{ name = "python-docx" },
{ name = "pytube" },
{ name = "requests" },
{ name = "stagehand" },
{ name = "tiktoken" },
{ name = "youtube-transcript-api" },
]
@@ -1295,7 +1294,6 @@ requires-dist = [
{ name = "spider-client", marker = "extra == 'spider-client'", specifier = ">=0.1.25" },
{ name = "sqlalchemy", marker = "extra == 'singlestore'", specifier = ">=2.0.40" },
{ name = "sqlalchemy", marker = "extra == 'sqlalchemy'", specifier = ">=2.0.35" },
{ name = "stagehand", specifier = ">=0.4.1" },
{ name = "stagehand", marker = "extra == 'stagehand'", specifier = ">=0.4.1" },
{ name = "tavily-python", marker = "extra == 'tavily-python'", specifier = ">=0.5.4" },
{ name = "tiktoken", specifier = ">=0.8.0" },