This repository has been archived on 2026-04-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
secure-transactions/pyproject.toml
2026-03-28 12:58:16 +03:00

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",
]