diff --git a/pyproject.toml b/pyproject.toml index 93fdd17..7fc3cfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,6 +46,8 @@ dev = [ "pytest>=8.0", "pytest-cov>=4.0", "pytest-asyncio>=0.23", + "pytest-httpx>=0.36.0", + "pytest-benchmark>=5.2.3", "mypy>=1.8", "ruff>=0.3", "basedpyright>=1.18",