Skip to content

Commit 057377c

Browse files
committed
fix dependencies in package
1 parent f1a28b5 commit 057377c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ 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",
2730
]
2831

2932
[project.optional-dependencies]
@@ -36,7 +39,6 @@ dev = [
3639
"isort>=5.12.0",
3740
"mypy>=1.3.0",
3841
"ruff",
39-
"rich", # Useful for development/debugging
4042
]
4143

4244
[project.urls]

0 commit comments

Comments
 (0)