mirror of
https://github.com/browser-use/browser-use
synced 2026-04-22 17:45:09 +02:00
17 lines
293 B
TOML
17 lines
293 B
TOML
[project]
|
|
name = "browser-use"
|
|
version = "0.1.0"
|
|
description = "Open-Source Web Automation with LLMs"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
|
|
dependencies = []
|
|
|
|
[tool.ruff]
|
|
line-length = 100
|
|
|
|
[tool.ruff.format]
|
|
quote-style = "single"
|
|
indent-style = "tab"
|
|
docstring-code-format = true
|