# Mirror of pyproject.toml dependencies — pyproject.toml is the source of truth.
# Kept for convenience (Dockerfile, dev setup scripts).
# Do not edit directly; update pyproject.toml first.

browser-use==0.12.6

aiohttp==3.13.3
pydantic==2.12.0
requests==2.32.5
chromadb==1.5.8
python-dotenv==1.2.1

# CDP manipulation
pydoll-python==2.22.1

# SOCKS proxy support for httpcore
socksio==1.0.0

# Testing
pytest>=9.0,<10.0
pytest-asyncio>=1.3,<2.0
pytest-cov>=7.0,<8.0

# Dev tooling
ruff>=0.9.0
mypy>=1.14.0
pre-commit>=4.0.0

# Missing runtime deps (used in tool_registry.py etc.)
httpx==0.28.1
beautifulsoup4==4.14.2
