File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ dependencies = [
2424 " playwright>=1.42.1" ,
2525 " requests>=2.31.0" ,
2626 " browserbase>=1.4.0" ,
27+ " rich>=14.0.0" ,
28+ " openai>=1.83.0" ,
29+ " anthropic>=0.51.0" ,
30+ " litellm>=1.72.0" ,
2731]
2832
2933[project .optional-dependencies ]
@@ -36,15 +40,18 @@ dev = [
3640 " isort>=5.12.0" ,
3741 " mypy>=1.3.0" ,
3842 " ruff" ,
39- " rich" , # Useful for development/debugging
4043]
4144
4245[project .urls ]
4346Homepage = " https://github.com/browserbase/stagehand-python"
4447Repository = " https://github.com/browserbase/stagehand-python"
4548
4649[tool .setuptools ]
47- packages = [" stagehand" ]
50+ # Omit explicit package list so we can use the nested `.packages.find` table below.
51+
52+ [tool .setuptools .packages .find ]
53+ where = [" ." ]
54+ include = [" stagehand*" ]
4855
4956[tool .setuptools .package-data ]
5057stagehand = [" domScripts.js" ]
You can’t perform that action at this time.
0 commit comments