Fara-BrowserUse / backend /pyproject.toml
VyoJ's picture
Upload 78 files
7fcdb70 verified
raw
history blame contribute delete
389 Bytes
[project]
name = "backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.109.0",
"jsonschema>=4.25.1",
"openai>=2.8.1",
"pillow>=12.0.0",
"playwright==1.51",
"pyyaml>=6.0.3",
"tenacity>=9.1.2",
"uvicorn[standard]>=0.27.0",
"websockets>=12.0",
]