aiohttp>=3.9
pydantic>=2.6
pydantic-settings>=2.2
selectolax>=0.3
lxml>=5.0
click>=8.1
rich>=13.0
orjson>=3.9
tenacity>=8.2
httpx>=0.27

[dev]
pytest>=8.0
pytest-asyncio>=0.23
pytest-cov>=5.0
mypy>=1.9
ruff>=0.4
aioresponses>=0.7
build>=1.0
twine>=5.0

[full]
playwright>=1.43
redis>=5.0
asyncpg>=0.29
langgraph>=0.1
langchain-core>=0.2

[full:sys_platform != "win32"]
uvloop>=0.19

[playwright]
playwright>=1.43

[postgres]
asyncpg>=0.29

[redis]
redis>=5.0

[speed]

[speed:sys_platform != "win32"]
uvloop>=0.19

[workflow]
langgraph>=0.1
langchain-core>=0.2
