webarena/setup.cfg
2023-07-29 01:58:09 -10:00

26 lines
369 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