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 = [
24
24
" playwright>=1.42.1" ,
25
25
" requests>=2.31.0" ,
26
26
" browserbase>=1.4.0" ,
27
+ " rich>=14.0.0" ,
28
+ " openai>=1.83.0" ,
29
+ " anthropic>=0.51.0" ,
30
+ " litellm>=1.72.0" ,
27
31
]
28
32
29
33
[project .optional-dependencies ]
@@ -36,15 +40,18 @@ dev = [
36
40
" isort>=5.12.0" ,
37
41
" mypy>=1.3.0" ,
38
42
" ruff" ,
39
- " rich" , # Useful for development/debugging
40
43
]
41
44
42
45
[project .urls ]
43
46
Homepage = " https://github.com/browserbase/stagehand-python"
44
47
Repository = " https://github.com/browserbase/stagehand-python"
45
48
46
49
[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*" ]
48
55
49
56
[tool .setuptools .package-data ]
50
57
stagehand = [" domScripts.js" ]
You can’t perform that action at this time.
0 commit comments