webrl/VAB-WebArena-Lite/setup.cfg
2025-04-23 17:01:18 +08:00

25 lines
368 B
INI

[metadata]
name = webarena
[tool.pytest.ini_options]
testpaths = ["tests"]
python_files = "test_*.py"
[options.extras_require]
dev =
pre-commit==3.0.1
pytest==7.1.2
mypy==0.991
nbmake
pytest-asyncio
types-requests
[options]
python_requires = >=3.7, <4
packages =
browser_env
agent
evaluation_harness
llms
[mypy]
strict = true