nodriver>=0.50.0
markdownify>=0.12.0
httpx>=0.25.0
beautifulsoup4>=4.12.0
pydantic>=2.0.0
pydantic-settings>=2.0.0
python-dotenv>=1.0.0

[api]
fastapi>=0.100.0
uvicorn[standard]>=0.23.0
passlib[bcrypt]>=1.7.4

[dev]
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0
build>=1.0.0
twine>=4.0.0
ruff>=0.1.0
mypy>=1.0.0

[test]
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0
pytest-mock>=3.10.0
pytest-httpserver>=1.0.0
