pydantic==2.6.1
requests==2.33.0
beautifulsoup4==4.12.3
uvicorn==0.46.0

[dev]
pytest>=8.0.0
pytest-cov>=5.0.0
ruff>=0.6.0
pre-commit>=3.7.0
mypy>=1.11.0

[storage]
redis>=5.0.0
psycopg[binary]>=3.1.0
