We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a28b5 commit 057377cCopy full SHA for 057377c
pyproject.toml
@@ -24,6 +24,9 @@ dependencies = [
24
"playwright>=1.42.1",
25
"requests>=2.31.0",
26
"browserbase>=1.4.0",
27
+ "rich">=14.0.0,
28
+ "openai">="1.83.0",
29
+ "anthropic">="0.51.0",
30
]
31
32
[project.optional-dependencies]
@@ -36,7 +39,6 @@ dev = [
36
39
"isort>=5.12.0",
37
40
"mypy>=1.3.0",
38
41
"ruff",
- "rich", # Useful for development/debugging
42
43
44
[project.urls]
0 commit comments