Files
manus_ai_clone/pyproject.toml
T

19 lines
468 B
TOML
Raw Normal View History

2025-11-05 01:03:10 +01:00
[project]
name = "manus-ai-clone"
version = "0.1.0"
description = "AI-powered browser automation agent using LangChain and Playwright"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.121.0",
"uvicorn>=0.34.0",
"langchain>=0.3.0",
"langchain-openai>=0.2.0",
"langchain-community>=0.3.0",
"playwright>=1.48.0",
"python-dotenv>=1.0.0",
"pydantic>=2.0.0",
"pydantic-settings>=2.0.0",
"jinja2>=3.1.0",
]