smgp / pyproject.toml
muhammadmaazuddin's picture
feat: working on css computed syles on elements
16a46a4
raw
history blame contribute delete
781 Bytes
[project]
name = "smpg"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"beautifulsoup4>=4.13.5",
"browser-use>=0.9.1",
"ddgs>=9.5.5",
"duckduckgo-search>=8.1.1",
"fal-client>=0.7.0",
"google>=3.0.0",
"google-genai>=1.31.0",
"huggingface-hub>=0.34.4",
"ipython>=9.5.0",
"langchain>=0.3.27",
"langchain-community>=0.3.29",
"langchain-core>=0.3.75",
"langfuse>=3.3.4",
"markdownify>=1.2.0",
"nest-asyncio>=1.6.0",
"openai-agents>=0.2.8",
"pathlib>=1.0.1",
"pillow>=11.3.0",
"playwright>=1.55.0",
"pydantic>=2.11.7",
"pydantic-ai[logfire]>=1.0.1",
"urljoin>=1.0.0",
]
[tool.setuptools.packages.find]
where = ["src"]