diff --git a/requirements.txt b/requirements.txt index f16b650..bb02715 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,5 @@ websockets>=11.0 # Testing pytest>=8.0.0 pytest-asyncio>=0.23.0 # Required for async tests -httpx>=0.27.0 # Required for FastAPI TestClient +pytest-cov>=4.1.0 # Required for coverage reporting +httpx>=0.27.0 # Required for FastAPI TestClient