[project] name = "hey-search" version = "1.0.0" description = "A privacy-respecting metasearch engine" requires-python = ">=3.12" dependencies = [ "fastapi", "uvicorn", "httpx", "pydantic", "tenacity", "lxml", "beautifulsoup4", "redis>=5.0", ]