12 lines
270 B
TOML
12 lines
270 B
TOML
[project]
|
|
name = "secure-transactions"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"browser-use>=0.12.5",
|
|
"langchain-core>=1.2.23",
|
|
"loguru>=0.7.3",
|
|
"playwright>=1.58.0",
|
|
]
|