add parts for odcker build and gitea action build

This commit is contained in:
2025-12-14 19:51:36 +01:00
parent 928c2f23c8
commit 971cdd4461
6 changed files with 254 additions and 1 deletions

View File

@@ -4,4 +4,12 @@ version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.8"
dependencies = []
dependencies = [
"browser-use",
"langchain",
"langchain-community",
"langchain-openai",
"langchain-text-splitters",
"python-dotenv",
"pyyaml",
]