mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 03:41:52 +09:00
12 lines
270 B
TOML
12 lines
270 B
TOML
[project]
|
|
name = "browser-use-test"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"browser-use[memory]==0.3.2",
|
|
"chardet>=5.2.0",
|
|
"lmnr[all]>=0.6.10",
|
|
"patchright>=1.52.5",
|
|
]
|