2023-07-24 10:17:27 +00:00
|
|
|
[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
|
2025-09-02 14:45:40 +00:00
|
|
|
types-setuptools
|
|
|
|
|
types-flask
|
2023-07-24 10:17:27 +00:00
|
|
|
|
|
|
|
|
[options]
|
|
|
|
|
python_requires = >=3.7, <4
|
|
|
|
|
packages =
|
|
|
|
|
browser_env
|
|
|
|
|
agent
|
|
|
|
|
evaluation_harness
|
|
|
|
|
llms
|
|
|
|
|
[mypy]
|
|
|
|
|
strict = true
|
2025-09-02 14:45:40 +00:00
|
|
|
exclude = (?x)(^environment_docker/.*$|^setup\.py$)
|
|
|
|
|
|
|
|
|
|
[mypy-text_generation.*]
|
|
|
|
|
ignore_missing_imports = true
|
|
|
|
|
|
|
|
|
|
[mypy-transformers.*]
|
|
|
|
|
ignore_missing_imports = true
|
|
|
|
|
|
|
|
|
|
[mypy-aiolimiter.*]
|
|
|
|
|
ignore_missing_imports = true
|
|
|
|
|
|
|
|
|
|
[mypy-openai.error.*]
|
|
|
|
|
ignore_missing_imports = true
|
|
|
|
|
|
|
|
|
|
[mypy-nltk.*]
|
|
|
|
|
ignore_missing_imports = true
|